C# Class Padaria.Repository.BusinessObject.CategoryBO

Inheritance: CategoryRepository
Afficher le fichier Open project: mikemajesty/SistemaDegerenciamentoComercial

Méthodes publiques

Méthode Description
VerifyIfAlreadyExistsInCreates ( Category category ) : bool
VerifyIfAlreadyExistsInProduct ( Category category ) : bool
VerifyIfAlreadyExistsInUpdates ( Category category ) : bool

Method Details

VerifyIfAlreadyExistsInCreates() public méthode

public VerifyIfAlreadyExistsInCreates ( Category category ) : bool
category Padaria.Repository.Entities.Category
Résultat bool

VerifyIfAlreadyExistsInProduct() public méthode

public VerifyIfAlreadyExistsInProduct ( Category category ) : bool
category Padaria.Repository.Entities.Category
Résultat bool

VerifyIfAlreadyExistsInUpdates() public méthode

public VerifyIfAlreadyExistsInUpdates ( Category category ) : bool
category Padaria.Repository.Entities.Category
Résultat bool