delete release/obj

This commit is contained in:
yubaolee
2016-11-02 19:26:38 +08:00
parent 07a3da8995
commit b3b0174430
300 changed files with 2 additions and 91088 deletions

View File

@@ -56,18 +56,11 @@ namespace OpenAuth.Mvc.Controllers
public ActionResult Detail(Guid id)
{
try
{
CommonApplyVM apply = _app.Get(id);
apply.Commands = GetCommands(id);
return View(apply);
}
catch (Exception e)
{
Console.WriteLine(e);
}
return View();
}
/// <summary>