public UserRepository(EbookContext context)
 {
     this.context = context;
 }
 public EduplanRepository(EbookContext context)
 {
     this.context = context;
 }
 public StudentRepository(EbookContext context)
 {
     this.context = context;
 }
Пример #4
0
 public StatusRepository(EbookContext context)
 {
     this.context = context;
 }