[Refactoring]
This commit is contained in:
parent
4c22291ed9
commit
6f5e2aec1d
13 changed files with 0 additions and 0 deletions
8
contrib/genApiController.sh
Executable file
8
contrib/genApiController.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
dnx gen controller -async -outDir ApiControllers -api -dc ApplicationDbContext -m "$1" -name "$2ApiController"
|
||||
|
||||
# dnx gen controller -outDir Controllers -dc ApplicationDbContext -udl -m {model} -name {name}Controller
|
||||
|
||||
|
||||
# dnx gen controller -outDir Controllers -dc ApplicationDbContext -udl -m Yavsc.Models.Booking.MusicianSettings -name InstrumentationController -async -scripts
|
||||
Loading…
Add table
Add a link
Reference in a new issue