コード例 #1
0
 public DisciplineDb()
 {
     rep = AppKernel.Get <IDisciplineRepository>();
 }
コード例 #2
0
 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>();
 }