예제 #1
0
 public static bool SaveSalesRecord(OrdersInfo order, Alarm alarm, List <Orders_DetailInfo> orderlist, ref string StrErr)
 {
     return(SalesRetailPro.SaveSalesRecord(order, alarm, orderlist, ref StrErr));
 }
예제 #2
0
 public static bool UpdateSalesRecord(OrdersInfo order, List <Orders_DetailInfo> orderlist, string LoginUser, ref string StrErr)
 {
     return(SalesRetailPro.UpdateSalesRecord(order, orderlist, LoginUser, ref StrErr));
 }
예제 #3
0
 public static bool SaveUpdateOrderInfo(OrdersInfo orderinfo, List <Orders_DetailInfo> list, ref string strErr)
 {
     return(SalesPro.UpdateOrderInfo(orderinfo, list, ref strErr));
 }