BooksODataService.Models.Book.Book C# (CSharp) Méthode

Book() public méthode

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