Пример #1
0
 public HomeController(IDashboard dashboard, IXmlProfileRetriever xmlProfileRetriever)
 {
     _xmlProfileRetriever = xmlProfileRetriever;
     _dashboard           = dashboard;
 }
Пример #2
0
 public HomeController(IDashboard dashboard, IXmlProfileRetriever xmlProfileRetriever)
 {
     _xmlProfileRetriever = xmlProfileRetriever;
     _dashboard = dashboard;
 }