C# Class NHS111.Domain.Repository.CareAdviceRepository

Inheritance: ICareAdviceRepository
Afficher le fichier Open project: NHSChoices/nhs111-dotnet-beta

Méthodes publiques

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

Method Details

CareAdviceRepository() public méthode

public CareAdviceRepository ( IGraphRepository graphRepository ) : System.Collections.Generic
graphRepository IGraphRepository
Résultat System.Collections.Generic

GetCareAdvice() public méthode

public GetCareAdvice ( int age, string gender, IEnumerable markers ) : Task>
age int
gender string
markers IEnumerable
Résultat Task>