Example #1
0
 public IActionResult TestDI()
 {
     ViewBag.GetResult  = _first.GetString();
     ViewBag.PostResult = _first.PostString();
     return(View());
 }