C# Class EGSW.Services.SeoUrls.SeoUrlService

Inheritance: ISeoUrlService
Afficher le fichier Open project: careerengine/EGSW-Project

Méthodes publiques

Méthode Description
GetAllSeoUrl ( ) : IList
GetCountySeoUrl ( string Countyname ) : IList
GetSeoUrlById ( int id ) : SeoUrl
GetSeoUrlBySeoName ( string seoName ) : SeoUrl
SeoUrlService ( IRepository seoUrlRepository ) : System
UpdateSeoUrl ( SeoUrl entity ) : void

Updates the customer

Method Details

GetAllSeoUrl() public méthode

public GetAllSeoUrl ( ) : IList
Résultat IList

GetCountySeoUrl() public méthode

public GetCountySeoUrl ( string Countyname ) : IList
Countyname string
Résultat IList

GetSeoUrlById() public méthode

public GetSeoUrlById ( int id ) : SeoUrl
id int
Résultat EGSW.Data.SeoUrl

GetSeoUrlBySeoName() public méthode

public GetSeoUrlBySeoName ( string seoName ) : SeoUrl
seoName string
Résultat EGSW.Data.SeoUrl

SeoUrlService() public méthode

public SeoUrlService ( IRepository seoUrlRepository ) : System
seoUrlRepository IRepository
Résultat System

UpdateSeoUrl() public méthode

Updates the customer
public UpdateSeoUrl ( SeoUrl entity ) : void
entity EGSW.Data.SeoUrl
Résultat void