Method | Description | |
---|---|---|
GetHistoryLine ( |
||
GetHistoryList ( |
||
GetProjectionList ( |
||
GetUserWeight ( |
||
SaveWeight ( |
||
UserWeightBusinessLogic ( IUserWeightRepository userWeightRepository ) : System |
Method | Description | |
---|---|---|
GetUserWeightDictionary ( IEnumerable |
public GetHistoryLine ( |
||
user | ||
return | ILine |
public GetHistoryList ( |
||
user | ||
return | IEnumerable |
public GetProjectionList ( |
||
user | ||
return | ILine |
public GetUserWeight ( |
||
user | ||
date | System.DateTime | |
return |
public SaveWeight ( |
||
user | ||
weight | decimal | |
date | System.DateTime | |
return |
public UserWeightBusinessLogic ( IUserWeightRepository userWeightRepository ) : System | ||
userWeightRepository | IUserWeightRepository | |
return | System |