C# Class MdallWebApi.Models.CompanyRepository

Inheritance: ICompanyRepository
Afficher le fichier Open project: hres/api-mdall

Méthodes publiques

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

Method Details

Get() public méthode

public Get ( int id, string lang ) : Company
id int
lang string
Résultat Company

GetAll() public méthode

public GetAll ( string status = "", string company_name = "" ) : IEnumerable
status string
company_name string
Résultat IEnumerable