Exemplo n.º 1
0
 public AnotherController(ProfilingSampleDbContext db)
 {
     _db = db;
 }
Exemplo n.º 2
0
 public SomeEntityController(ProfilingSampleDbContext db)
 {
     _db = db;
 }