Пример #1
0
 public ViewResult SomeRoute()
 {
     // Now we're using the interface that was injected
     return(View(_dataComponent.GetSomeData()));
 }