mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
delete release/obj
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user