Exemplo n.º 1
0
 public static bool RealizarPagamento(int idCliente, int idServico, int idTipoPagamento, string dsPagamento)
 {
     using (var ser = new LRBusiness())
     {
         return ser.RealizarPagamento(idCliente, idServico, idTipoPagamento, dsPagamento);
     }
 }