Exemple #1
0
 protected User GetCurrentUser()
 {
     return(UserRep.GetByName(User.Identity.Name));
 }