Пример #1
0
 public ActionResult AdminPage()
 {
     return(View(_infoService.SetInformationViewModel(User.Identity.Name, string.Empty)));
 }