메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | string |
public static DeleteUserMealProfile ( string id ) : void | ||
id | string | |
리턴 | void |
public static GetLastUserMealProfileByUserId ( string id ) : |
||
id | string | |
리턴 |
public static GetMealById ( System.Guid mealId ) : |
||
mealId | System.Guid | |
리턴 |
public static GetUserMealProfileById ( string id ) : |
||
id | string | |
리턴 |
public static GetUserMealProfilesByDateRange ( System.DateTime startDate, System.DateTime endDate ) : List |
||
startDate | System.DateTime | |
endDate | System.DateTime | |
리턴 | List |
public static RemoveUserMealProfile ( string id ) : void | ||
id | string | |
리턴 | void |
public static UpdateUserMealProfile ( |
||
userMealProfile | ||
리턴 | void |