yavsc/Yavsc/contrib/genApiController.sh

7 lines
223 B
Bash
Raw Normal View History

2016-09-01 18:40:28 +02:00
#!/bin/sh
dnx gen controller -outDir ApiControllers -api -dc ApplicationDbContext -m "$1" -name "$2ApiController"
# dnx gen controller -outDir Controllers -dc ApplicationDbContext -udl -m {model} -name {name}Controller