public AdminController(DatabaseContext context)
 {
     uS  = new UserService(context);
     lS  = new LectionService(context);
     lkS = new LikeService(context);
 }
Esempio n. 2
0
 public HomeController(DatabaseContext context)
 {
     lS = new LectionService(context);
 }