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