Ejemplo n.º 1
0
 //saving order
 public static int placeorder(string CustomerPhone, string restcode, string CustRequest, string delivertime, decimal Totalamount, decimal cgst1, decimal sgst1, int deliveryamount, string delarea)
 {
     return(AnkapurRepository.placeorder(CustomerPhone, restcode, CustRequest, delivertime, Totalamount, cgst1, sgst1, deliveryamount, delarea));
 }