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