Esempio n. 1
0
 public async Task <bool> DeleteTravels(string objectsId)
 {
     return(await _travelRepository.DeleteTravels(objectsId));
 }