Ejemplo n.º 1
0
        public static bool AddYouXuanCategory(DataAccess.Entity.Discovery.Category category)
        {
            var result = false;

            try
            {
                result = CategoryDal.AddYouXuanCategory(ProcessConnection.OpenMarketing, category) > 0;
            }
            catch (Exception ex)
            {
                logger.Error(ex);
            }
            return(result);
        }