Beispiel #1
0
 public ViewResult Details(Guid id)
 {
     return(View(AccountServices.FindRoleByIdentity(id)));
 }