Exemplo n.º 1
0
 public RespondModel Guardar(Cliente cliente)
 {
     return(clienteM.Guardar(cliente));
 }