Example #1
0
 public ResolutionsController(IResolutionsService resolutions, IUsersService users)
 {
     this.resolutions = resolutions;
     this.users       = users;
 }
 public ResolutionsController(IResolutionsService resolutions, IUsersService users)
 {
     this.resolutions = resolutions;
     this.users = users;
 }