Exemplo n.º 1
0
 public FolderController(UserServiceBase userService, RoleServiceBase roleService, FolderServiceBase folderService, ToDoListServiceBase toDoListService, ItemServiceBase itemService, IMapper mapper)
 {
     this.userService     = userService;
     this.roleService     = roleService;
     this.folderService   = folderService;
     this.toDoListService = toDoListService;
     this.itemService     = itemService;
     this.mapper          = mapper;
 }
Exemplo n.º 2
0
 public FolderController(UserServiceBase userService, RoleServiceBase roleService, FolderServiceBase folderService, ToDoListServiceBase toDoListService, ItemServiceBase itemService, IMapper mapper)
 {
     this.userService = userService;
     this.roleService = roleService;
     this.folderService = folderService;
     this.toDoListService = toDoListService;
     this.itemService = itemService;
     this.mapper = mapper;
 }
Exemplo n.º 3
0
 public AccountController(UserServiceBase userService, RoleServiceBase roleService)
 {
     this.userService = userService;
     this.roleService = roleService;
 }
Exemplo n.º 4
0
 public AccountController(UserServiceBase userService, RoleServiceBase roleService)
 {
     this.userService = userService;
     this.roleService = roleService;
 }