Example #1
0
 public ControllerFactory(AppManagerService appManager)
 {
     m_AppManager = appManager;
 }
Example #2
0
 public AuthorizationServerProvider(AppManagerService appManager)
 {
     m_AppManager = appManager;
 }