Exemple #1
0
 public async Task <List <Guild> > GetAllAsync()
 {
     return(await _guildRepository.GetAllAsync());
 }