Пример #1
0
 public HomeController(CalculationsHistoryRepository rep)
 {
     m_rep = rep ?? new CalculationsHistoryRepository();
 }
Пример #2
0
 // Constructors
 public HomeController()
 {
     m_rep = new CalculationsHistoryRepository();
 }