public AccountController() { _desEncryptor = new DESEncryptor(); _repository = new LoginJsonRepository(System.Web.HttpContext.Current); }
public HomeController() { _loginJsonRepository = new LoginJsonRepository(System.Web.HttpContext.Current); }