Exemplo n.º 1
0
 public bool UpdateOrderPay(OrderPayModel orderPayModel)
 {
     return(orderDataAccess.UpdateOrderPay(orderPayModel));
 }