C# Class Lending.Domain.RemoveBookFromLibrary.RemoveBookFromLibrary

Inheritance: Joshilewis.Cqrs.Command.AuthenticatedCommand
Mostrar archivo Open project: joshilewis/lending

Public Methods

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

Method Details

RemoveBookFromLibrary() public method

public RemoveBookFromLibrary ( ) : System
return System

RemoveBookFromLibrary() public method

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