C# Класс lnhpdWebApi.Controllers.IngredientSourceController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAllIngredientSource ( string lang ) : IEnumerable
GetIngredientSourceByID ( int id, string lang ) : IngredientSource

Описание методов

GetAllIngredientSource() публичный Метод

public GetAllIngredientSource ( string lang ) : IEnumerable
lang string
Результат IEnumerable

GetIngredientSourceByID() публичный Метод

public GetIngredientSourceByID ( int id, string lang ) : IngredientSource
id int
lang string
Результат lnhpdWebApi.Models.IngredientSource