Ejemplo n.º 1
0
        /// <summary>
        /// 删除客户标签
        /// </summary>
        /// <param name="id">标签id</param>
        /// <returns></returns>
        public bool DeleteCustomerLabel(string id)
        {
            bool isSuccessed = _customerProvider.DeleteCustomerLabel(id);

            return(isSuccessed);
        }