vnext
Paul Schneider 8 years ago
parent ef5f8148cb
commit 1f7cbbd487
1 changed files with 7 additions and 0 deletions

@ -0,0 +1,7 @@
#!/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
Loading…