C# Class Lending.ReadModels.Relational.BookAdded.LibraryBook

Datei anzeigen Open project: joshilewis/lending

Public Methods

Method Description
LibraryBook ( System.Guid processId, OpenedLibrary library, string title, string author, string isbn, int publishYear ) : System

Protected Methods

Method Description
LibraryBook ( ) : System

Method Details

LibraryBook() protected method

protected LibraryBook ( ) : System
return System

LibraryBook() public method

public LibraryBook ( System.Guid processId, OpenedLibrary library, string title, string author, string isbn, int publishYear ) : System
processId System.Guid
library Lending.ReadModels.Relational.LibraryOpened.OpenedLibrary
title string
author string
isbn string
publishYear int
return System