示例#1
0
 public async Task CreateAdmin(string username, string password)
 {
     await _toolService.CreateAdmin(username, password);
 }