C# 클래스 Cashier.Service.MicroServices.Product.View.ProductView

파일 보기 프로젝트 열기: rbanks54/microcafe 1 사용 예제들

공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
GetById ( System.Guid id ) : Domain.Product
ProductView ( ) : System
ProductView ( Admin adminProductView ) : System

비공개 메소드들

메소드 설명
Add ( System.Guid id, decimal price ) : void
InitialiseProducts ( ) : void

메소드 상세

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetById() 공개 메소드

public GetById ( System.Guid id ) : Domain.Product
id System.Guid
리턴 Domain.Product

ProductView() 공개 메소드

public ProductView ( ) : System
리턴 System

ProductView() 공개 메소드

public ProductView ( Admin adminProductView ) : System
adminProductView Admin
리턴 System