コード例 #1
0
ファイル: Factor.cs プロジェクト: ImanRezaeipour/arad-shop
 public void RegisterRecPayInAccountingSystem()
 {
     Accounting = new FactorAccounting(Guid.NewGuid(), Accounting.GRDBId)
     {
         RecPay             = true,
         RecPayCreationTime = DateTime.Now
     };
 }
コード例 #2
0
ファイル: Factor.cs プロジェクト: ImanRezaeipour/arad-shop
 public void RegisterInAccountingSystem(string accountingId)
 {
     Accounting = new FactorAccounting(Guid.NewGuid(), accountingId);
 }