Exemple #1
0
 public GroupController(WorkersInMotionContext context)
 {
     this._IGroupRepository       = new GroupRepository(context);
     this._IUserProfileRepository = new UserProfileRepository(context);
     this._IGlobalUserRepository  = new GlobalUserRepository(context);
 }
 public GroupController(WorkersInMotionContext context)
 {
     this._IGroupRepository = new GroupRepository(context);
     this._IUserProfileRepository = new UserProfileRepository(context);
     this._IGlobalUserRepository = new GlobalUserRepository(context);
 }