SanSYS

Untitled

Jun 14th, 2015
24,984
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. public IActionResult Index()
  2. {
  3.     ISomeProvider someProvider = (ISomeProvider)Context.ApplicationServices.GetService(typeof(ISomeProvider));
  4.  
  5.     return View(someProvider.GetSomeCollection());
  6. }
Advertisement
Add Comment
Please, Sign In to add comment