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