Пример #1
0
 public IActionResult ScopedTest()
 {
     this.defaultBiz.GetS2Value();
     return(Json(new
     {
         s2 = s2.GetValue()
     }));
 }