C# 클래스 NHS111.Business.Api.Controllers.PathwayController

상속: ApiController
파일 보기 프로젝트 열기: NHSChoices/nhs111-dotnet-beta

공개 메소드들

메소드 설명
PathwayController ( IPathwayService pathwayService, ISearchCorrectionService searchCorrectionService ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Get ( string id ) : Task
GetAll ( ) : Task
GetByDetails ( string pathwayNumbers, string gender, int age ) : Task
GetSuggestedPathway ( string name ) : Task
GetSymptomGroup ( string pathwayNumbers ) : Task

메소드 상세

PathwayController() 공개 메소드

public PathwayController ( IPathwayService pathwayService, ISearchCorrectionService searchCorrectionService ) : System.Collections.Generic
pathwayService IPathwayService
searchCorrectionService ISearchCorrectionService
리턴 System.Collections.Generic