Пример #1
0
 public void DeleteConfigByBotID(int botId)
 {
     _systemConfigRepository.DeleteMulti(x => x.BotID == botId);
 }