C# Class Lending.Domain.RemoveBookFromLibrary.BookRemovedFromLibrary

Inheritance: Joshilewis.Cqrs.Event
Mostrar archivo Open project: joshilewis/lending Class Usage Examples

Public Methods

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

Method Details

BookRemovedFromLibrary() public method

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
return System