C# 클래스 NHS111.Business.Services.SymptomDisciminatorService

상속: ISymptomDisciminatorService
파일 보기 프로젝트 열기: 111Online/web-stack

공개 메소드들

메소드 설명
GetSymptomDisciminator ( string id ) : Task
SymptomDisciminatorService ( IConfiguration configuration, ILoggingRestClient restClientDomainApi, ICacheStore cacheStore ) : System

메소드 상세

GetSymptomDisciminator() 공개 메소드

public GetSymptomDisciminator ( string id ) : Task
id string
리턴 Task

SymptomDisciminatorService() 공개 메소드

public SymptomDisciminatorService ( IConfiguration configuration, ILoggingRestClient restClientDomainApi, ICacheStore cacheStore ) : System
configuration IConfiguration
restClientDomainApi ILoggingRestClient
cacheStore ICacheStore
리턴 System