Example #1
0
 public static bool CadastrarEntregaVeiculo(EntregaVeiculoDTO entregaVeiculo)
 {
     using (var client = new LRBusiness())
     {
         return client.CadastrarEntregaVeiculo(entregaVeiculo);
     }
 }