コード例 #1
0
ファイル: UserService.cs プロジェクト: jnciesla/psol
 public bool AccountExists(string username)
 {
     return(_userRepo.AccountExists(username));
 }