Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public IActionResult Index()
- {
- ISomeProvider someProvider = (ISomeProvider)Context.ApplicationServices.GetService(typeof(ISomeProvider));
- return View(someProvider.GetSomeCollection());
- }
Advertisement
Add Comment
Please, Sign In to add comment