コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WeightHistoryRecord"/> class.
 /// </summary>
 /// <param name="weightHistoryRecord">The weight history record.</param>
 internal WeightHistoryRecord(IWeightHistoryRecordData weightHistoryRecord)
 {
     _weightHistoryRecord = weightHistoryRecord;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WeightHistoryRecord"/> class.
 /// </summary>
 public WeightHistoryRecord()
 {
     _weightHistoryRecord = new WeightHistoryRecordDb();
 }