C# Class Lending.Domain.RemoveBookFromLibrary.RemoveBookFromLibrary

Inheritance: Joshilewis.Cqrs.Command.AuthenticatedCommand
Afficher le fichier Open project: joshilewis/lending

Méthodes publiques

Méthode 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 méthode

public RemoveBookFromLibrary ( ) : System
Résultat System

RemoveBookFromLibrary() public méthode

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
Résultat System