예제 #1
0
 public async Task <object> EliminarCliente(int idCliente)
 {
     return(await _operationData.EliminarCliente(idCliente));
 }