Пример #1
0
 public string GetPassHashByUserID(int userID)
 {
     return(adminUserDAL.GetPassHashByUserID(userID));
 }