コード例 #1
0
ファイル: PmsLogic.cs プロジェクト: SachinTyagisw/PMS
 public int AddTax(PmsEntity.Tax tax)
 {
     return(DalFactory.AddTax(tax));
 }