public ItemsController(TDLMigrationContext db)
 {
     _db = db;
 }
Exemple #2
0
 public CategoriesController(TDLMigrationContext db)
 {
     _db = db;
 }