C# 클래스 CarbonFitnessTest.BusinessLogic.IngredientSetup

파일 보기 프로젝트 열기: yodiz/CarbonFitness 1 사용 예제들

공개 메소드들

메소드 설명
GetNewIngredient ( string ingredientName, NutrientEntity nutrientEntity, decimal value, decimal weightInG ) : Ingredient
GetNewIngredient ( string ingredientName, string nutrientName, decimal value, decimal weightInG ) : Ingredient

메소드 상세

GetNewIngredient() 공개 메소드

public GetNewIngredient ( string ingredientName, NutrientEntity nutrientEntity, decimal value, decimal weightInG ) : Ingredient
ingredientName string
nutrientEntity NutrientEntity
value decimal
weightInG decimal
리턴 CarbonFitness.Data.Model.Ingredient

GetNewIngredient() 공개 메소드

public GetNewIngredient ( string ingredientName, string nutrientName, decimal value, decimal weightInG ) : Ingredient
ingredientName string
nutrientName string
value decimal
weightInG decimal
리턴 CarbonFitness.Data.Model.Ingredient