コード例 #1
0
 public RestaurantController(ResturantRepository resturantRepository)
 {
     _resturantRepository = resturantRepository;
 }
コード例 #2
0
 public ReviewsController(IResturantRepository resturantRepository)
 {
     _resturantRepository = resturantRepository;
 }