/Base/MVCUIHtmlHelper/MVCUIHtmlHelper.Web/Views/Account/Register.aspx.cs
# · C# · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · f0f0599bc396ef6ae716b01ff6d4924c MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- using System.Web.Mvc;
-
- namespace MVCUIHtmlHelper.Web.Views.Account
- {
- public partial class Register : ViewPage
- {
- }
- }