C# Class DpdWebApi.Controllers.oldDrugProductControllerbk

Inheritance: ApiController
Afficher le fichier Open project: hres/api-dpd

Méthodes publiques

Méthode Description
GetAllDrugProduct ( string lang ) : IEnumerable
GetDrugProductByDin ( string din, string lang ) : oldDrugProductbk
GetDrugProductByID ( int id, string lang ) : oldDrugProductbk

Method Details

GetAllDrugProduct() public méthode

public GetAllDrugProduct ( string lang ) : IEnumerable
lang string
Résultat IEnumerable

GetDrugProductByDin() public méthode

public GetDrugProductByDin ( string din, string lang ) : oldDrugProductbk
din string
lang string
Résultat DpdWebApi.Models.oldDrugProductbk

GetDrugProductByID() public méthode

public GetDrugProductByID ( int id, string lang ) : oldDrugProductbk
id int
lang string
Résultat DpdWebApi.Models.oldDrugProductbk