Beispiel #1
0
 public void Ctr_InsertarTipoDeCliente(DtoCliente dto_cliente)
 {
     dao_cliente.Dao_InsertarTipoDeCliente(dto_cliente);
 }