C# Class Kooboo.Commerce.Countries.CountryService

Mostra file Open project: Kooboo/Ecommerce Class Usage Examples

Public Methods

Method 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 method

public CountryService ( ICommerceDatabase database ) : System
database ICommerceDatabase
return System

Create() public method

public Create ( Country country ) : void
country Country
return void

Delete() public method

public Delete ( Country country ) : void
country Country
return void

Find() public method

public Find ( int id ) : Country
id int
return Country

Query() public method

public Query ( ) : IQueryable
return IQueryable

Update() public method

public Update ( Country country ) : void
country Country
return void