Exemplo n.º 1
0
 public int AgentDel(string id)
 {
     return(_agentRepository.DelAgent(id));
 }
        public int AgentDel(string id)
        {
            logger.Debug($"用户对代理商进行删除,删除的配置ID为:{id}");

            return(_agentRepository.DelAgent(id));
        }