C# Class Lending.Domain.AddBookToLibrary.AddBookToLibrary

Inheritance: Joshilewis.Cqrs.Command.AuthenticatedCommand
显示文件 Open project: joshilewis/lending

Public Methods

Method Description
AddBookToLibrary ( ) : System
AddBookToLibrary ( System.Guid processId, System.Guid aggregateId, System.Guid userId, string title, string author, string isbnnumber, int publishYear ) : System

Method Details

AddBookToLibrary() public method

public AddBookToLibrary ( ) : System
return System

AddBookToLibrary() public method

public AddBookToLibrary ( System.Guid processId, System.Guid aggregateId, System.Guid userId, string title, string author, string isbnnumber, int publishYear ) : System
processId System.Guid
aggregateId System.Guid
userId System.Guid
title string
author string
isbnnumber string
publishYear int
return System