Exemple #1
0
 public MarvelousPropsController(IMarvelousPropsService marvelousPropsService,
                                 IUsersService usersService,
                                 UserManager <FabricaUser> userManager)
 {
     this.marvelousPropsService = marvelousPropsService;
     this.usersService          = usersService;
     this.userManager           = userManager;
 }
Exemple #2
0
 public HomeController(IUsersService usersService, IPropsService propsService, IMarvelousPropsService marvelousService)
 {
     this.usersService     = usersService;
     this.propsService     = propsService;
     this.marvelousService = marvelousService;
 }