Exemple #1
0
 public async Task <bool> AddAgentAsync()
 {
     return(await _agentRepo.AddAgentAsync());
 }