Пример #1
0
 public async Task <Guild> AddAsync(Guild guild)
 {
     return(await _guildRepository.AddAsync(guild));
 }