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