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