C# 클래스 Lending.ReadModels.Relational.BookAdded.LibraryBook

파일 보기 프로젝트 열기: joshilewis/lending

공개 메소드들

메소드 설명
LibraryBook ( System.Guid processId, OpenedLibrary library, string title, string author, string isbn, int publishYear ) : System

보호된 메소드들

메소드 설명
LibraryBook ( ) : System

메소드 상세

LibraryBook() 보호된 메소드

protected LibraryBook ( ) : System
리턴 System

LibraryBook() 공개 메소드

public LibraryBook ( System.Guid processId, OpenedLibrary library, string title, string author, string isbn, int publishYear ) : System
processId System.Guid
library Lending.ReadModels.Relational.LibraryOpened.OpenedLibrary
title string
author string
isbn string
publishYear int
리턴 System