예제 #1
0
 public void OnGet()
 {
     About = _adminService.Getinfo(User.Identity.Name);
 }
예제 #2
0
 public void OnGet(int id)
 {
     About = _adminService.GetInfoAbout(id);
 }