コード例 #1
0
ファイル: UserService.cs プロジェクト: cvilcan/TeamA
 public int CheckGuid(string guid)
 {
     return(_userRepository.CheckGuid(guid));
 }