/Base/MVCUIHtmlHelper/MVCUIHtmlHelper.Web/Views/Account/Register.aspx.cs

# · C# · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · f0f0599bc396ef6ae716b01ff6d4924c MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Web;
  5. using System.Web.Mvc;
  6. namespace MVCUIHtmlHelper.Web.Views.Account
  7. {
  8. public partial class Register : ViewPage
  9. {
  10. }
  11. }