C# 클래스 WebApp.Services.AddressService

파일 보기 프로젝트 열기: RR-Studio/RealEstateCrm 1 사용 예제들

공개 메소드들

메소드 설명
AddressService ( [ dbContext, IMemoryCache cache, ILogger logger ) : System
CachedCityList ( ) : List
CachedDistrictList ( int cityId = null ) : List
CachedHousingTypeList ( int cityId = null ) : List

메소드 상세

AddressService() 공개 메소드

public AddressService ( [ dbContext, IMemoryCache cache, ILogger logger ) : System
dbContext [
cache IMemoryCache
logger ILogger
리턴 System

CachedCityList() 공개 메소드

public CachedCityList ( ) : List
리턴 List

CachedDistrictList() 공개 메소드

public CachedDistrictList ( int cityId = null ) : List
cityId int
리턴 List

CachedHousingTypeList() 공개 메소드

public CachedHousingTypeList ( int cityId = null ) : List
cityId int
리턴 List