コード例 #1
0
 public CategoriasController(IAppServiceCategories appService)
 {
     _AppServiceCategories = appService;
 }