public CategoryService(ArtFeverShopContext db)
 {
     this.db = db;
 }
Beispiel #2
0
 public ItemService(ArtFeverShopContext db)
 {
     this.db = db;
 }