BookManager.Entities.Genre.Genre C# (CSharp) Method

Genre() public method

public Genre ( ) : System.Collections.Generic
return System.Collections.Generic
        public Genre()
        {
            Books = new HashSet<Book>();
        }
Genre