Exemplo n.º 1
0
 public NewsRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 2
0
 public RepositoryWrapper(ITMCollegeContext _itmCollegeContext)
 {
     this.itmCollegeContext = _itmCollegeContext;
 }
Exemplo n.º 3
0
 public StudentRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 4
0
 public SubjectRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
 public RepositoryBase(ITMCollegeContext itmCollegeContext)
 {
     _itmCollegeContext = itmCollegeContext;
 }
Exemplo n.º 6
0
 public UserRoleRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 7
0
 public DepartmentRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 8
0
 public SemesterRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 9
0
 public StatusRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 10
0
 public PreviouseducationRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 11
0
 public ContactRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
 public CollegeAddressRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 13
0
 public FacultyRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 14
0
 public CategoryNewsRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 15
0
 public CourseRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 16
0
 public GenderRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }
Exemplo n.º 17
0
 public AdminRepo(ITMCollegeContext iTMCollegeContext) : base(iTMCollegeContext)
 {
 }