C# Class cvpWebApi.Models.OutcomeRepository

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

Public Methods

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

Method Details

Get() public method

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

GetAll() public method

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