Beispiel #1
0
        /// <summary>
        /// 清空收藏夹
        /// </summary>
        /// <param name="lightboxId">收藏夹Id</param>
        /// <returns></returns>
        public bool ClearLightBox(Guid lightboxId)
        {
            ResourceService rs = new ResourceService();

            return(rs.ClearLightBox(lightboxId));
        }
Beispiel #2
0
 /// <summary>
 /// 清空收藏夹
 /// </summary>
 /// <param name="lightboxId">收藏夹Id</param>
 /// <returns></returns>
 public bool ClearLightBox(Guid lightboxId)
 {
     ResourceService rs = new ResourceService();
     return rs.ClearLightBox(lightboxId);
 }