public DisciplineDb() { rep = AppKernel.Get <IDisciplineRepository>(); }
public TransactionsController() : base() { transactionService = AppKernel.Get <ITransactionService>(); }
public StudentDb() { rep = AppKernel.Get <IStudentRepository>(); }
public EducationDb() { rep = AppKernel.Get <IEducationRepository>(); }
public LabWorkDb() { rep = AppKernel.Get <ILabWorkRepository>(); }
public GroupDb() { rep = AppKernel.Get <IGroupRepository>(); }