Exemplo n.º 1
0
 public MDE_TCourseApprApps()
 {
     _tcRepository = new TCRepository(_context);
 }
Exemplo n.º 2
0
 public MDE_TrainApps()
 {
     _tcRepository = new TCRepository(_context);
 }
Exemplo n.º 3
0
 public AppTrainingCourse()
 {
     _iTCRepository = new TCRepository(_context);
 }