コード例 #1
0
ファイル: CommonBLL.cs プロジェクト: krKuldeep/cflora
 public int AddAmountInWallet(PropertyModels _objProperty)
 {
     return(oCommonDAL.AddAmountInWallet(_objProperty));
 }