Exemple #1
0
 /// <summary>
 /// constructor
 /// </summary>
 private DataCore()
 {
     _monthAdapter  = new MonthAdapter(this);
     _reportAdatper = new ReportTypesAdapter(this);
     _costAdapter   = new CostReportsAdapter(this);
     _coreDriver    = new CoreDriver();
 }
 /// <summary>
 /// constructor
 /// </summary>
 private DataCore()
 {
     _monthAdapter = new MonthAdapter(this);
     _reportAdatper = new ReportTypesAdapter(this);
     _costAdapter = new CostReportsAdapter(this);
     _coreDriver = new CoreDriver();
 }
Exemple #3
0
 public MonthItem(MonthIdentity monthId, MonthAdapter parent)
     : base(monthId, String.Empty, parent)
 {
 }
 public MonthItem(MonthIdentity monthId, MonthAdapter parent)
     : base(monthId, String.Empty, parent)
 {
 }