This commit is contained in:
2016-09-01 18:40:28 +02:00
parent ef5f8148cb
commit 1f7cbbd487

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