public RestauranteController(IRestauranteAppService RestauranteAppService)
 {
     _appService = RestauranteAppService;
 }
Ejemplo n.º 2
0
 public RestauranteController(IRestauranteAppService restauranteapp)
 {
     _restauranteApp = restauranteapp;
 }