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