コード例 #1
0
 public MeasurementRepository(WeightWatcherContext weightWatcherContext)
 {
     _weightWatcherContext = weightWatcherContext;
 }
コード例 #2
0
 public UserRepository(WeightWatcherContext weightWatcherContext)
 {
     _weightWatcherContext = weightWatcherContext;
 }