예제 #1
0
 public TogglRepository(
     ITimeEntryServiceAsync timeEntryService,
     IUserServiceAsync userService,
     IOptions <Options> options,
     ITimeUtil timeUtil
     )
 {
     _timeEntryService = timeEntryService;
     _userService      = userService;
     _options          = options;
     _timeUtil         = timeUtil;
 }
예제 #2
0
 public HomeController(IUserServiceAsync _businesService)
 {
     businesService = _businesService;
 }