public async Task <IActionResult> AddFullEntry(TimeEntryCreateDto dto)
 {
     return(new ObjectResult(await _tsService.AddFullEntry(dto)));
 }