示例#1
0
 public LoginModel(DeviceFlowService deviceFlowService, AuthenticationSignInService authenticationSignInService)
 {
     _deviceFlowService           = deviceFlowService;
     _authenticationSignInService = authenticationSignInService;
 }
 public LoginModel(DeviceFlowService deviceFlowService)
 {
     _deviceFlowService = deviceFlowService;
 }