public ActionResult ViewDtails(int id) { BL.Order order = new BL.Order(); List <MyOrdersModel> ViewOrdersDetails = order.ShowMyOrdersDetails(id); return(PartialView(ViewOrdersDetails)); }
public ActionResult Show_Orders() { BL.Order order = new BL.Order(); int id = (int)Session["User_Id"]; List <MyOrdersModel> ViewOrders = order.ShowMyOrders(id); return(View(ViewOrders)); }
public JsonRequest(string cust, Decimal milkQ, int skinsQ) { customer = cust; order = new Order(milkQ, skinsQ); }
public void printAllOrder(Order order) { throw new NotImplementedException(); }
//prints // public void printAllOrder(Order order) { } #endregion // public void printAllBranchesOfBank(BankBranch bank) { } // New Itshak2 #region functions public bool checkTransactionSigned(Order order) { GuestRequest req = getAllGuestRequest().FirstOrDefault(x => x.guestRequestKey == order.guestRequestKey); return(req.transactionSigned); }
public void updateOrder(Order order) { }
private void detach_Orders(Order entity) { this.SendPropertyChanging(); entity.User = null; }
private void attach_Orders(Order entity) { this.SendPropertyChanging(); entity.User = this; }
partial void DeleteOrder(Order instance);
partial void UpdateOrder(Order instance);
partial void InsertOrder(Order instance);
private void detach_Orders(Order entity) { this.SendPropertyChanging(); entity.PaymentType = null; }
private void attach_Orders(Order entity) { this.SendPropertyChanging(); entity.PaymentType = this; }
private void attach_Orders(Order entity) { this.SendPropertyChanging(); entity.OrderStatuse = this; }
private void attach_Orders(Order entity) { this.SendPropertyChanging(); entity.DeliveryType = this; }