BooksODataService.Models.Book.Book C# (CSharp) Method

Book() public method

public Book ( ) : System.Collections.Generic
return System.Collections.Generic
        public Book()
        {
            Chapters = new List<Chapter>();
        }
        public int BookId { get; set; }
Book