public ResultController(IUserProfileBusinessLogic userProfileBusinessLogic, IUserIngredientBusinessLogic userIngredientBusinessLogic, IUserContext userContext, IGraphBuilder graphBuilder, IUserWeightBusinessLogic userWeightBusinessLogic, IGraphLineOptionViewTypeConverter graphLineOptionViewTypeConverter) { this.graphLineOptionViewTypeConverter = graphLineOptionViewTypeConverter; this.userIngredientBusinessLogic = userIngredientBusinessLogic; this.userContext = userContext; this.graphBuilder = graphBuilder; this.userWeightBusinessLogic = userWeightBusinessLogic; this.userProfileBusinessLogic = userProfileBusinessLogic; }
public WeightController(IUserWeightBusinessLogic userWeightBusinessLogic, IUserContext userContext) { this.userWeightBusinessLogic = userWeightBusinessLogic; this.userContext = userContext; }