Esempio n. 1
0
 public InstitutionRepository(StudentAccountingContext context) : base(context)
 {
 }
Esempio n. 2
0
 public PracticRepository(StudentAccountingContext context) : base(context)
 {
 }
Esempio n. 3
0
 public ReportGenRepository(StudentAccountingContext context) : base(context)
 {
 }
Esempio n. 4
0
 public StudRepository(StudentAccountingContext context) : base(context)
 {
 }
Esempio n. 5
0
 public BaseRepository(StudentAccountingContext context)
 {
     this.context = context;
 }