示例#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;
 }