Esempio n. 1
0
        public void RemoveAuthor(string id)
        {
            AuthorBLL author = new AuthorBLL();

            author.Remove(id);
        }