使用MvcScaffolding我可以调用这些 powershell 命令来自动搭建控制器和视图。
scaffold Controller Products
scaffold Controller Reviews
是否可以将两个命令合二为一?例如
scaffold Controller Products, Reviews
谢谢
使用MvcScaffolding我可以调用这些 powershell 命令来自动搭建控制器和视图。
scaffold Controller Products
scaffold Controller Reviews
是否可以将两个命令合二为一?例如
scaffold Controller Products, Reviews
谢谢