workflow interface definition
This commit is contained in:
parent
07be6f2928
commit
1307b62ecb
4 changed files with 59 additions and 8 deletions
|
|
@ -27,7 +27,12 @@ namespace Yavsc.ApiControllers
|
|||
{
|
||||
WFManager.DropWritting (wrid);
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[Authorize]
|
||||
public void UpdateWritting(Writting wr)
|
||||
{
|
||||
WFManager.UpdateWritting (wr);
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[Authorize]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue