C# 클래스 EGSW.Services.SeoUrls.SeoUrlService

상속: ISeoUrlService
파일 보기 프로젝트 열기: careerengine/EGSW-Project

공개 메소드들

메소드 설명
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

메소드 상세

GetAllSeoUrl() 공개 메소드

public GetAllSeoUrl ( ) : IList
리턴 IList

GetCountySeoUrl() 공개 메소드

public GetCountySeoUrl ( string Countyname ) : IList
Countyname string
리턴 IList

GetSeoUrlById() 공개 메소드

public GetSeoUrlById ( int id ) : SeoUrl
id int
리턴 EGSW.Data.SeoUrl

GetSeoUrlBySeoName() 공개 메소드

public GetSeoUrlBySeoName ( string seoName ) : SeoUrl
seoName string
리턴 EGSW.Data.SeoUrl

SeoUrlService() 공개 메소드

public SeoUrlService ( IRepository seoUrlRepository ) : System
seoUrlRepository IRepository
리턴 System

UpdateSeoUrl() 공개 메소드

Updates the customer
public UpdateSeoUrl ( SeoUrl entity ) : void
entity EGSW.Data.SeoUrl
리턴 void