C# Класс Lending.Domain.RemoveBookFromLibrary.RemoveBookFromLibrary

Наследование: Joshilewis.Cqrs.Command.AuthenticatedCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
RemoveBookFromLibrary ( ) : System
RemoveBookFromLibrary ( System.Guid processId, System.Guid aggregateId, System.Guid userId, string title, string author, string isbn, int publishYear ) : System

Описание методов

RemoveBookFromLibrary() публичный Метод

public RemoveBookFromLibrary ( ) : System
Результат System

RemoveBookFromLibrary() публичный Метод

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
Результат System