5 lines
96 B
C#
5 lines
96 B
C#
|
[HttpPost]
|
||
|
public ActionResult Edit(int id)
|
||
|
|
||
|
[HttpPut]
|
||
|
public ActionResult Edit(int id, Tag tag)
|