Ejemplo n.º 1
0
 public bool DeleteTimesheets(IEnumerable <string> ids)
 {
     _timesheetRepository.DeleteMany(ids);
     return(true);
 }