public UsersController(BabyTracker2Context context) { _context = context; }
public BabyInfoesController(BabyTracker2Context context) { _context = context; }
public DiaperChangesController(BabyTracker2Context context) { _context = context; }
public FeedingsController(BabyTracker2Context context) { _context = context; }