C# Class DpdWebApi.Models.ActiveIngredientRepository

Inheritance: IActiveIngredientRepository
Mostrar archivo Open project: hres/api-dpd

Public Methods

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

Method Details

Get() public method

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

GetAll() public method

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