public RestauranteController(IRestauranteAppService RestauranteAppService)
 {
     _appService = RestauranteAppService;
 }
예제 #2
0
 public RestauranteController(IRestauranteAppService restauranteapp)
 {
     _restauranteApp = restauranteapp;
 }