routine update

This commit is contained in:
yubaolee
2018-03-28 14:39:24 +08:00
parent 82c1519648
commit a39b6c1552
10 changed files with 454 additions and 382 deletions

View File

@@ -26,6 +26,11 @@ namespace OpenAuth.Mvc.Controllers
return View();
}
public ActionResult Edit()
{
return View();
}
public string Get(string id)
{
try