Example #1
0
 public bool UserExists(string userid)
 {
     return(_usersDAL.UserExists(userid));
 }