Exemple #1
0
 public List <IngredientDto> GetIngredients(int count, int skipIndex)
 {
     return(_ingredientManager.GetIngredients(count, skipIndex));
 }