Example #1
0
 public static List <Data.Orders> Orders_GetByAll()
 {
     return(db.Orders_GetByAll());
 }