예제 #1
0
        public void DeleteBook(string bookID)
        {
            if (!CanSync())
            {
                return;
            }

            _cloudStorageService.DeleteNode(this.PathGenerator(bookID));
        }