コード例 #1
0
 public bool ExistingUsername(string username)
 {
     return(userRepository.ExistingUsername(username));
 }