Exemple #1
0
 public IEnumerable <OrderProductView> Order(int id)
 {
     return(orderProductDb.GetOrderProduct(id));
 }