NewGaoKaoApi/New_College.Repository/BASE/ID_MajorInformationReposito...

12 lines
277 B
C#

using New_College.IRepository.Base;
using New_College.Model.Models;
namespace New_College.IRepository
{
/// <summary>
/// ID_MajorInformationRepository
/// </summary>
public interface ID_MajorInformationRepository : IBaseRepository<D_MajorInformation>
{
}
}