Example #1
0
 public int AddBillSequence(int id, int routeid, int flag)
 {
     dbproduct = new DBProduct();
     return(dbproduct.AddBillSequence(id, routeid, flag));
 }