public TestService(ComfortDevUnitOfWork uow)
 {
     database = uow;
 }
Beispiel #2
0
 public UserCoursesService(ComfortDevUnitOfWork uow)
 {
     database = uow;
 }