/Base/MVCUIHtmlHelper/MVCUIHtmlHelper.Web/Views/Account/Register.aspx.cs
C# | 12 lines | 11 code | 1 blank | 0 comment | 0 complexity | f0f0599bc396ef6ae716b01ff6d4924c MD5 | raw file
1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Web; 5using System.Web.Mvc; 6 7namespace MVCUIHtmlHelper.Web.Views.Account 8{ 9 public partial class Register : ViewPage 10 { 11 } 12}