Пример #1
0
 public int CheckGuid(string guid)
 {
     return(_userRepository.CheckGuid(guid));
 }