예제 #1
0
 public AccountController()
 {
     AccountProcess = new AuthenticationProcess();
 }
예제 #2
0
 public AccountController(IHttpContextAccessor httpContextAccessor)
 {
     authenticationProcess = new AuthenticationProcess(httpContextAccessor);
 }