예제 #1
0
 public TaskService(HKContext context, UserManager <User> userManager)
 {
     this._context     = context;
     this._userManager = userManager;
 }
예제 #2
0
 public UserService(HKContext context)
 {
     this._context = context;
 }
예제 #3
0
 public LocationService(HKContext context)
 {
     this._context = context;
 }