C# 클래스 Cats.Services.Administration.StoreService

상속: IStoreService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
AddStore ( Store store ) : bool
DeleteByID ( int id ) : bool
DeleteById ( int id ) : bool
DeleteStore ( Store store ) : bool
Dispose ( ) : void
EditStore ( Store store ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Store
GetAllStore ( ) : List
GetStoreByHub ( int hubId ) : List
StoreService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddStore() 공개 메소드

public AddStore ( Store store ) : bool
store Cats.Models.Store
리턴 bool

DeleteByID() 공개 메소드

public DeleteByID ( int id ) : bool
id int
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteStore() 공개 메소드

public DeleteStore ( Store store ) : bool
store Cats.Models.Store
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditStore() 공개 메소드

public EditStore ( Store store ) : bool
store Cats.Models.Store
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : Store
id int
리턴 Cats.Models.Store

GetAllStore() 공개 메소드

public GetAllStore ( ) : List
리턴 List

GetStoreByHub() 공개 메소드

public GetStoreByHub ( int hubId ) : List
hubId int
리턴 List

StoreService() 공개 메소드

public StoreService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System