/src/MM.Web/Controllers/ICustomerController.cs
# · C# · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · cc980a1138a48f9fd360e03e67358b3e MD5 · raw file
- using System.Web.Mvc;
-
-
- namespace MM.Web.Controllers
- {
- public interface ICustomerController
- {
- ActionResult Index();
- }
- }