C# 클래스 Sample.InventoryService.InventoryService

상속: IInventoryService
파일 보기 프로젝트 열기: thedersen/DDDCourse

공개 메소드들

메소드 설명
GetInventoryItem ( System.Guid id ) : InventoryItemDTO
GetSummaries ( ) : IEnumerable
InventoryService ( string connectionString ) : System

메소드 상세

GetInventoryItem() 공개 메소드

public GetInventoryItem ( System.Guid id ) : InventoryItemDTO
id System.Guid
리턴 Sample.InventoryService.DTO.InventoryItemDTO

GetSummaries() 공개 메소드

public GetSummaries ( ) : IEnumerable
리턴 IEnumerable

InventoryService() 공개 메소드

public InventoryService ( string connectionString ) : System
connectionString string
리턴 System