Esempio n. 1
0
 public DataSet GetBillSequence(int Id)
 {
     dbproduct = new DBProduct();
     return(dbproduct.GetBillSequence(Id));
 }