Beispiel #1
0
 public Task <ActionResult <List <TimeEntry> > > GetTogglRecords([FromQuery] string apiKey, [FromQuery] DateTime startDate, [FromQuery] DateTime endDate)
 {
     return(WrapRequestAsync(() => _timeEntryService.GetTimeRecords(apiKey, startDate, endDate)));
 }