Ejemplo n.º 1
0
 public bool DoesProfileExist(string innerId)
 {
     return(userProfiles.GetUserByInnerId(innerId) != null);
 }