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

Afficher le fichier Open project: joshilewis/lending

Méthodes publiques

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

Méthodes protégées

Méthode Description
LibraryBook ( ) : System

Method Details

LibraryBook() protected méthode

protected LibraryBook ( ) : System
Résultat System

LibraryBook() public méthode

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
Résultat System