Пример #1
0
 public async Task <bool> RegisterUser(RegisterModel registerModel)
 {
     return(await _accountData.RegisterUser(registerModel));
 }