C# Class Lending.Domain.AddBookToLibrary.AddBookToLibrary

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

Méthodes publiques

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

public AddBookToLibrary ( ) : System
Résultat System

AddBookToLibrary() public méthode

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