Beispiel #1
0
 public RecipesController(SugarFreeDietContext db, IImageService imageService)
 {
     this.db           = db;
     this.imageService = imageService;
 }
Beispiel #2
0
 public RecipesController()
 {
     db           = new SugarFreeDietContext();
     imageService = new ImageService();
 }