Пример #1
0
 public DisplayController()
 {
     _data        = new DataRepository();
     _stats       = new StatisticsForDashboard();
     _fillViewBag = new FillViewBags();
 }
 public PaymentController()
 {
     _data        = new DataRepository();
     _external    = new ExternalPaymentServices();
     _fillViewBag = new FillViewBags();
 }