Exemple #1
0
 public List <OrderItem> GetOrdersBar()
 {
     try
     {
         return(orderItem_db.Db_Get_OrdersBar());
     }
     catch
     {
         throw new Exception("Could not get orders from database");
     }
 }