C# Class NHS111.Business.Services.CareAdviceService

Inheritance: ICareAdviceService
Show file Open project: NHSChoices/nhs111-dotnet-beta

Public Methods

Method Description
CareAdviceService ( IConfiguration configuration, IRestfulHelper restfulHelper ) : System.Collections.Generic
GetCareAdvice ( int age, string gender, IEnumerable markers ) : Task

Method Details

CareAdviceService() public method

public CareAdviceService ( IConfiguration configuration, IRestfulHelper restfulHelper ) : System.Collections.Generic
configuration IConfiguration
restfulHelper IRestfulHelper
return System.Collections.Generic

GetCareAdvice() public method

public GetCareAdvice ( int age, string gender, IEnumerable markers ) : Task
age int
gender string
markers IEnumerable
return Task