Example #1
0
 public static bool Orders_Delete(string Id)
 {
     return(db.Orders_Delete(Id));
 }