public SqlImageData(InspiredCookingDbContext db)
 {
     this.db = db;
 }
Beispiel #2
0
 public SqlStepData(InspiredCookingDbContext db)
 {
     this.db = db;
 }
 public SqlRecipeData(InspiredCookingDbContext db)
 {
     this.db = db;
 }
Beispiel #4
0
 public SqlIngredientData(InspiredCookingDbContext db)
 {
     this.db = db;
 }