Пример #1
0
 public byte[] GetHashPassword(long userId)
 {
     try
     {
         return(__repository.GetHashPassword(userId));
     }
     catch (Exception)
     {
         throw;
     }
 }