C# Class Lending.Domain.AddBookToLibrary.BookAddedToLibrary

Inheritance: Joshilewis.Cqrs.Event
显示文件 Open project: joshilewis/lending Class Usage Examples

Public Methods

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

Method Details

BookAddedToLibrary() public method

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