예제 #1
0
 //saving order end
 //update order start
 public static int updateorder(string orderid, decimal totalamount, decimal cgst, decimal sgst, int delamount, string checksum, string DeliverTime)
 {
     return(AnkapurRepository.updateorder(orderid, totalamount, cgst, sgst, delamount, checksum, DeliverTime));
     //return count;
 }