Beispiel #1
0
 public async Task <IEnumerable <Cliente> > SeleccionarCliente(int?id)
 {
     return(await _operationData.seleccionarClientes(id));
 }