Ejemplo n.º 1
0
 public async Task <Entities.Clients> DeleteClientsAsync(int id)
 {
     return(await _clientsService.DeleteClientsAysnc(id));
 }