Example #1
0
 public MeasurementRepository(WeightWatcherContext weightWatcherContext)
 {
     _weightWatcherContext = weightWatcherContext;
 }
Example #2
0
 public UserRepository(WeightWatcherContext weightWatcherContext)
 {
     _weightWatcherContext = weightWatcherContext;
 }