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