This commit is contained in:
Paul Schneider 2016-09-01 18:40:28 +02:00
commit 9b4433e0c8

View file

@ -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