public DirectionService(GGDataContext db)
 {
     _db = db;
 }
Beispiel #2
0
 public IngredientCategoryService(GGDataContext db)
 {
     _db = db;
 }
Beispiel #3
0
 public IngredientService(GGDataContext db)
 {
     _db = db;
 }
Beispiel #4
0
 public RecipeService(GGDataContext db)
 {
     _db = db;
 }