コード例 #1
0
ファイル: ProductData.cs プロジェクト: amolsm/Nanjil2
 public int AddBillSequence(int id, int routeid, int flag)
 {
     dbproduct = new DBProduct();
     return(dbproduct.AddBillSequence(id, routeid, flag));
 }