C# Class Lending.Domain.AddBookToLibrary.BookAddedToLibrary

Inheritance: Joshilewis.Cqrs.Event
Afficher le fichier Open project: joshilewis/lending Class Usage Examples

Méthodes publiques

Méthode Description
BookAddedToLibrary ( System.Guid processId, System.Guid aggregateId, string title, string author, string isbn, int publishYear ) : System

Method Details

BookAddedToLibrary() public méthode

public BookAddedToLibrary ( System.Guid processId, System.Guid aggregateId, string title, string author, string isbn, int publishYear ) : System
processId System.Guid
aggregateId System.Guid
title string
author string
isbn string
publishYear int
Résultat System