示例#1
0
 public void Crear(ClienteDto cliente)
 {
     repositorio.Crear(ClienteMapper.ToCliente(cliente));
 }