C# 클래스 Lending.Domain.AddBookToLibrary.AddBookToLibrary

상속: Joshilewis.Cqrs.Command.AuthenticatedCommand
파일 보기 프로젝트 열기: joshilewis/lending

공개 메소드들

메소드 설명
AddBookToLibrary ( ) : System
AddBookToLibrary ( System.Guid processId, System.Guid aggregateId, System.Guid userId, string title, string author, string isbnnumber, int publishYear ) : System

메소드 상세

AddBookToLibrary() 공개 메소드

public AddBookToLibrary ( ) : System
리턴 System

AddBookToLibrary() 공개 메소드

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
리턴 System