C# Class cvpWebApi.Models.SourceRepository

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

Public Methods

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

Method Details

Get() public method

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

GetAll() public method

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