Exemplo n.º 1
0
 /// <summary>
 /// constructor
 /// </summary>
 private DataCore()
 {
     _monthAdapter  = new MonthAdapter(this);
     _reportAdatper = new ReportTypesAdapter(this);
     _costAdapter   = new CostReportsAdapter(this);
     _coreDriver    = new CoreDriver();
 }
Exemplo n.º 2
0
 /// <summary>
 /// constructor
 /// </summary>
 private DataCore()
 {
     _monthAdapter = new MonthAdapter(this);
     _reportAdatper = new ReportTypesAdapter(this);
     _costAdapter = new CostReportsAdapter(this);
     _coreDriver = new CoreDriver();
 }
 public CostReportItem(MasterDataIdentity_GLAccount id
     , String name, CurrencyAmount amount, CostReportsAdapter parent)
     : base(id, name, parent)
 {
     _amount = amount;
 }
Exemplo n.º 4
0
 public CostReportItem(MasterDataIdentity_GLAccount id
                       , String name, CurrencyAmount amount, CostReportsAdapter parent)
     : base(id, name, parent)
 {
     _amount = amount;
 }