コード例 #1
0
 public RestauranteController(IRestauranteAppService RestauranteAppService)
 {
     _appService = RestauranteAppService;
 }
コード例 #2
0
 public RestauranteController(IRestauranteAppService restauranteapp)
 {
     _restauranteApp = restauranteapp;
 }