C# 클래스 Padaria.Repository.BusinessObject.CategoryBO

상속: CategoryRepository
파일 보기 프로젝트 열기: mikemajesty/SistemaDegerenciamentoComercial

공개 메소드들

메소드 설명
VerifyIfAlreadyExistsInCreates ( Category category ) : bool
VerifyIfAlreadyExistsInProduct ( Category category ) : bool
VerifyIfAlreadyExistsInUpdates ( Category category ) : bool

메소드 상세

VerifyIfAlreadyExistsInCreates() 공개 메소드

public VerifyIfAlreadyExistsInCreates ( Category category ) : bool
category Padaria.Repository.Entities.Category
리턴 bool

VerifyIfAlreadyExistsInProduct() 공개 메소드

public VerifyIfAlreadyExistsInProduct ( Category category ) : bool
category Padaria.Repository.Entities.Category
리턴 bool

VerifyIfAlreadyExistsInUpdates() 공개 메소드

public VerifyIfAlreadyExistsInUpdates ( Category category ) : bool
category Padaria.Repository.Entities.Category
리턴 bool