/// <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; }