Last active
November 6, 2015 06:00
-
-
Save guntidheerajkumar/e0b71f8bd46e3b45382d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[AuditLogActionFilter(ActionType = "AccessIndex")] | |
public ActionResult Index() | |
{ | |
return View(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment