Пример #1
0
 public async Task <bool> CheckUserNameExists(string name)
 {
     return(await userInfoDao.CheckUserNameExists(name));
 }