C# Class CarbonFitnessTest.BusinessLogic.IngredientSetup

Afficher le fichier Open project: yodiz/CarbonFitness Class Usage Examples

Méthodes publiques

Méthode Description
GetNewIngredient ( string ingredientName, NutrientEntity nutrientEntity, decimal value, decimal weightInG ) : Ingredient
GetNewIngredient ( string ingredientName, string nutrientName, decimal value, decimal weightInG ) : Ingredient

Method Details

GetNewIngredient() public méthode

public GetNewIngredient ( string ingredientName, NutrientEntity nutrientEntity, decimal value, decimal weightInG ) : Ingredient
ingredientName string
nutrientEntity NutrientEntity
value decimal
weightInG decimal
Résultat CarbonFitness.Data.Model.Ingredient

GetNewIngredient() public méthode

public GetNewIngredient ( string ingredientName, string nutrientName, decimal value, decimal weightInG ) : Ingredient
ingredientName string
nutrientName string
value decimal
weightInG decimal
Résultat CarbonFitness.Data.Model.Ingredient