Ejemplo n.º 1
0
 public MeasurementRepository(WeightWatcherContext weightWatcherContext)
 {
     _weightWatcherContext = weightWatcherContext;
 }
Ejemplo n.º 2
0
 public UserRepository(WeightWatcherContext weightWatcherContext)
 {
     _weightWatcherContext = weightWatcherContext;
 }