Ejemplo n.º 1
0
        public void CreateCookBook(string name, string author)
        {
            int bookID = db.CreateCookbook(name, author);

            CreateCookBook(name, author, bookID);
        }