Beispiel #1
0
 public DeleteDishReviewCommand(IDishReviewService dishReviewService)
 {
     this.dishReviewService = dishReviewService;
 }
Beispiel #2
0
 public DishReviewController(IDishReviewService dishReviewService)
 {
     this.dishReviewService = dishReviewService;
 }