public Datum() { Cart_products = new List <CartProduct>(); Orderdetail = new Orderdetail(); }
public Order() { Orderdetail = new Orderdetail(); }