C# Class Sample.InventoryService.InventoryService

Inheritance: IInventoryService
Show file Open project: thedersen/DDDCourse

Public Methods

Method Description
GetInventoryItem ( System.Guid id ) : InventoryItemDTO
GetSummaries ( ) : IEnumerable
InventoryService ( string connectionString ) : System

Method Details

GetInventoryItem() public method

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

GetSummaries() public method

public GetSummaries ( ) : IEnumerable
return IEnumerable

InventoryService() public method

public InventoryService ( string connectionString ) : System
connectionString string
return System