C# Class cvpWebApi.Models.ReportLinkRepository

Inheritance: IReportLinkRepository
显示文件 Open project: hres/api-cvp

Public Methods

Method Description
Get ( int id, string lang ) : ReportLink
GetAll ( string lang ) : IEnumerable

Method Details

Get() public method

public Get ( int id, string lang ) : ReportLink
id int
lang string
return ReportLink

GetAll() public method

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