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