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