Beispiel #1
0
 public TaskItemsController(EvenMoreAmazingTaskListDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public TaskItemDbRepository(EvenMoreAmazingTaskListDbContext db)
 {
     _db = db;
 }