C# Класс NHS111.Domain.Repository.CareAdviceRepository

Наследование: ICareAdviceRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
CareAdviceRepository ( IGraphRepository graphRepository ) : System.Collections.Generic
GetCareAdvice ( int age, string gender, IEnumerable markers ) : Task>

Описание методов

CareAdviceRepository() публичный Метод

public CareAdviceRepository ( IGraphRepository graphRepository ) : System.Collections.Generic
graphRepository IGraphRepository
Результат System.Collections.Generic

GetCareAdvice() публичный Метод

public GetCareAdvice ( int age, string gender, IEnumerable markers ) : Task>
age int
gender string
markers IEnumerable
Результат Task>