Exemplo n.º 1
0
 public DeleteDishReviewCommand(IDishReviewService dishReviewService)
 {
     this.dishReviewService = dishReviewService;
 }
Exemplo n.º 2
0
 public DishReviewController(IDishReviewService dishReviewService)
 {
     this.dishReviewService = dishReviewService;
 }