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