Пример #1
0
 public DisciplineDb()
 {
     rep = AppKernel.Get <IDisciplineRepository>();
 }
 public TransactionsController()
     : base()
 {
     transactionService = AppKernel.Get <ITransactionService>();
 }
Пример #3
0
 public StudentDb()
 {
     rep = AppKernel.Get <IStudentRepository>();
 }
Пример #4
0
 public EducationDb()
 {
     rep = AppKernel.Get <IEducationRepository>();
 }
Пример #5
0
 public LabWorkDb()
 {
     rep = AppKernel.Get <ILabWorkRepository>();
 }
Пример #6
0
 public GroupDb()
 {
     rep = AppKernel.Get <IGroupRepository>();
 }