Method | Description | |
---|---|---|
AddUserMealProfileToDB ( |
||
DeleteUserMealProfile ( string id ) : void | ||
GetAllUserMealProfiles ( ) : List |
||
GetLastUserMealProfileByUserId ( string id ) : |
||
GetMealById ( System.Guid mealId ) : |
||
GetUserMealProfileById ( string id ) : |
||
GetUserMealProfilesByDateRange ( System.DateTime startDate, System.DateTime endDate ) : List |
||
RemoveUserMealProfile ( string id ) : void | ||
UpdateUserMealProfile ( |
public static AddUserMealProfileToDB ( |
||
userMealProfile | ||
return | string |
public static DeleteUserMealProfile ( string id ) : void | ||
id | string | |
return | void |
public static GetAllUserMealProfiles ( ) : List |
||
return | List |
public static GetLastUserMealProfileByUserId ( string id ) : |
||
id | string | |
return |
public static GetMealById ( System.Guid mealId ) : |
||
mealId | System.Guid | |
return |
public static GetUserMealProfileById ( string id ) : |
||
id | string | |
return |
public static GetUserMealProfilesByDateRange ( System.DateTime startDate, System.DateTime endDate ) : List |
||
startDate | System.DateTime | |
endDate | System.DateTime | |
return | List |
public static RemoveUserMealProfile ( string id ) : void | ||
id | string | |
return | void |
public static UpdateUserMealProfile ( |
||
userMealProfile | ||
return | void |