Ejemplo n.º 1
0
 public static Guid?GetUserIDByUserName(string userName)
 {
     try {
         return(AspNetUser.GetUserIDByUserName(userName));
     }
     catch (Exception ex) {
         ExceptionHandling.LogException(ref ex);
         return(null);
     }
 }