C# Class cvpWebApi.Models.DrugProductIngredientRepository

Inheritance: IDrugProductIngredientRepository
Mostrar archivo Open project: hres/api-cvp

Public Methods

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

Method Details

Get() public method

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

GetAll() public method

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