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