Skip to content

Instantly share code, notes, and snippets.

View amirhz's full-sized avatar
🎯
Focusing

amyrh amirhz

🎯
Focusing
View GitHub Profile
@amirhz
amirhz / CustomerController.cs
Created February 7, 2016 19:42 — forked from mgroves/CustomerController.cs
Audit ActionFilter in ASP.NET MVC
public class CustomerController : Controller
{
public ViewResult Index()
{
return View();
}
public ViewResult Edit()
{
var existingCustomer = new Customer();