C# Class NHS111.Domain.Repository.CareAdviceRepository

Inheritance: ICareAdviceRepository
Exibir arquivo Open project: NHSChoices/nhs111-dotnet-beta

Public Methods

Method Description
CareAdviceRepository ( IGraphRepository graphRepository ) : System.Collections.Generic
GetCareAdvice ( int age, string gender, IEnumerable markers ) : Task>

Method Details

CareAdviceRepository() public method

public CareAdviceRepository ( IGraphRepository graphRepository ) : System.Collections.Generic
graphRepository IGraphRepository
return System.Collections.Generic

GetCareAdvice() public method

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