C# Class DpdWebApi.Controllers.ScheduleController

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

Méthodes publiques

Méthode Description
GetActiveIngredientByID ( int id, string lang ) : Schedule
GetAllActiveIngredient ( string lang ) : IEnumerable

Method Details

GetActiveIngredientByID() public méthode

public GetActiveIngredientByID ( int id, string lang ) : Schedule
id int
lang string
Résultat DpdWebApi.Models.Schedule

GetAllActiveIngredient() public méthode

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