示例#1
0
 public IActionResult ConstructorInjectionDemo()
 {
     ViewData["Url"] = _svc.GetUrl();
     return(View("Index"));
 }