C# Class Padaria.Repository.BusinessObject.CategoryBO

Inheritance: CategoryRepository
Exibir arquivo Open project: mikemajesty/SistemaDegerenciamentoComercial

Public Methods

Method Description
VerifyIfAlreadyExistsInCreates ( Category category ) : bool
VerifyIfAlreadyExistsInProduct ( Category category ) : bool
VerifyIfAlreadyExistsInUpdates ( Category category ) : bool

Method Details

VerifyIfAlreadyExistsInCreates() public method

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

VerifyIfAlreadyExistsInProduct() public method

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

VerifyIfAlreadyExistsInUpdates() public method

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