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