Example #1
0
 public static bool Orders_Insert(Orders data)
 {
     return(db.Orders_Insert(data));
 }