C# Class Kooboo.Commerce.Countries.CountryService

Afficher le fichier Open project: Kooboo/Ecommerce Class Usage Examples

Méthodes publiques

Méthode Description
CountryService ( ICommerceDatabase database ) : System
Create ( Country country ) : void
Delete ( Country country ) : void
Find ( int id ) : Country
Query ( ) : IQueryable
Update ( Country country ) : void

Method Details

CountryService() public méthode

public CountryService ( ICommerceDatabase database ) : System
database ICommerceDatabase
Résultat System

Create() public méthode

public Create ( Country country ) : void
country Country
Résultat void

Delete() public méthode

public Delete ( Country country ) : void
country Country
Résultat void

Find() public méthode

public Find ( int id ) : Country
id int
Résultat Country

Query() public méthode

public Query ( ) : IQueryable
Résultat IQueryable

Update() public méthode

public Update ( Country country ) : void
country Country
Résultat void