C# Class Lending.Domain.RemoveBookFromLibrary.BookRemovedFromLibrary

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

Méthodes publiques

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

Method Details

BookRemovedFromLibrary() public méthode

public BookRemovedFromLibrary ( 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