예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MealHistoryRecord"/> class.
 /// </summary>
 public MealHistoryRecord()
 {
     _mealHistoryRecord = new MealHistoryRecordDb();
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MealHistoryRecord"/> class.
 /// </summary>
 /// <param name="mealHistoryRecord">The meal history record.</param>
 internal MealHistoryRecord(IMealHistoryRecordData mealHistoryRecord)
 {
     _mealHistoryRecord = mealHistoryRecord;
 }