Ejemplo n.º 1
0
 public async Task <object> DeleteTracker(Guid trackerId)
 {
     return(await _trackerService.DeleteTracker(trackerId));
 }