C# 클래스 UserInterface.Helpers.Services.MasterData.BrandService

상속: IBrandService
파일 보기 프로젝트 열기: rbanks54/microcafe

공개 프로퍼티들

프로퍼티 타입 설명
BaseServiceUrl string

공개 메소드들

메소드 설명
AlterBrandAsync ( System.Guid id, AlterBrandCommand cmd ) : Task
CreateBrandAsync ( CreateBrandCommand cmd ) : Task
GetBrandAsync ( System.Guid id ) : Task
GetBrandListAsync ( ) : Task>

메소드 상세

AlterBrandAsync() 공개 메소드

public AlterBrandAsync ( System.Guid id, AlterBrandCommand cmd ) : Task
id System.Guid
cmd UserInterface.MasterData.AlterBrandCommand
리턴 Task

CreateBrandAsync() 공개 메소드

public CreateBrandAsync ( CreateBrandCommand cmd ) : Task
cmd CreateBrandCommand
리턴 Task

GetBrandAsync() 공개 메소드

public GetBrandAsync ( System.Guid id ) : Task
id System.Guid
리턴 Task

GetBrandListAsync() 공개 메소드

public GetBrandListAsync ( ) : Task>
리턴 Task>

프로퍼티 상세

BaseServiceUrl 공개적으로 프로퍼티

public string BaseServiceUrl
리턴 string