a hint
This commit is contained in:
parent
2eadb9c119
commit
9b4433e0c8
1 changed files with 7 additions and 0 deletions
7
Yavsc/contrib/genApiController.sh
Normal file
7
Yavsc/contrib/genApiController.sh
Normal 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue