Esempio n. 1
0
 public async Task <bool> AddApiAuthUser(ApiAuthUserDto user)
 {
     return(await _tokenService.AddApiAuthUserAsync(user.Account, user.Password));
 }