C# Class cvpWebApi.Models.ReportRepository

Inheritance: IReportRepository
Mostrar archivo Open project: hres/api-cvp

Public Methods

Method Description
GetAll ( string lang ) : IEnumerable
GetReportByCriteria ( string drugName, string ageRange, string gender, string seriousReport, string lang ) : IEnumerable
GetReportByID ( string id, string lang ) : Report

Method Details

GetAll() public method

public GetAll ( string lang ) : IEnumerable
lang string
return IEnumerable

GetReportByCriteria() public method

public GetReportByCriteria ( string drugName, string ageRange, string gender, string seriousReport, string lang ) : IEnumerable
drugName string
ageRange string
gender string
seriousReport string
lang string
return IEnumerable

GetReportByID() public method

public GetReportByID ( string id, string lang ) : Report
id string
lang string
return Report