public UsersController(BabyTracker2Context context)
 {
     _context = context;
 }
Example #2
0
 public BabyInfoesController(BabyTracker2Context context)
 {
     _context = context;
 }
 public DiaperChangesController(BabyTracker2Context context)
 {
     _context = context;
 }
Example #4
0
 public FeedingsController(BabyTracker2Context context)
 {
     _context = context;
 }