C# Class MdallWebApi.Models.CompanyRepository

Inheritance: ICompanyRepository
Mostra file Open project: hres/api-mdall

Public Methods

Method Description
Get ( int id, string lang ) : Company
GetAll ( string status = "", string company_name = "" ) : IEnumerable

Method Details

Get() public method

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

GetAll() public method

public GetAll ( string status = "", string company_name = "" ) : IEnumerable
status string
company_name string
return IEnumerable