C# Class CarbonFitness.App.Web.Controllers.WeightController

Inheritance: Controller
Mostra file Open project: yodiz/CarbonFitness

Public Methods

Method Description
WeightController ( IUserWeightBusinessLogic userWeightBusinessLogic, IUserContext userContext ) : System

Private Methods

Method Description
Input ( System.DateTime id ) : System.Web.Mvc.ActionResult
Input ( InputWeightModel inputWeightModel ) : System.Web.Mvc.ActionResult
initializeInputWeightModel ( System.DateTime date, UserWeight userWeight, IEnumerable userWeightHistoryList ) : InputWeightModel

Method Details

WeightController() public method

public WeightController ( IUserWeightBusinessLogic userWeightBusinessLogic, IUserContext userContext ) : System
userWeightBusinessLogic IUserWeightBusinessLogic
userContext IUserContext
return System