Esempio n. 1
0
 public void RegisterRecPayInAccountingSystem()
 {
     Accounting = new FactorAccounting(Guid.NewGuid(), Accounting.GRDBId)
     {
         RecPay             = true,
         RecPayCreationTime = DateTime.Now
     };
 }
Esempio n. 2
0
 public void RegisterInAccountingSystem(string accountingId)
 {
     Accounting = new FactorAccounting(Guid.NewGuid(), accountingId);
 }