Beispiel #1
0
 public Userservice(Corecontext db)
 {
     _db = db;
 }
Beispiel #2
0
 public Orderservice(Corecontext db, IUserService userService)
 {
     _db          = db;
     _userService = userService;
 }
Beispiel #3
0
 public CourseService(Corecontext db)
 {
     _db = db;
 }
 public PermissionService(Corecontext db)
 {
     _db = db;
 }