Esempio n. 1
0
 public async Task AddRootUserAsync()
 {
     await _userCommands.AddUserAsync(new User("root", "", "pswd", "1", ""));
 }