Ejemplo n.º 1
0
 public UnitViewerController(
     ModelAccess.Interfaces.IModelAccess_DB modelAccessDB,
     DescriptorsShared.Interfaces.IDescriptorSourceConnector descriptorSourceConnector,
     ForgeAPI.Interface.Authentication.IService forgeAPIAuthService)
 {
     m_ModelAccessDB                  = modelAccessDB;
     m_DescriptorSourceConnector      = descriptorSourceConnector;
     m_ForgeAPI_AuthenticationService = forgeAPIAuthService;
 }
Ejemplo n.º 2
0
 public CService(
     ForgeAPI.Interface.Authentication.IService authService)
 {
     m_AuthenticationService = authService;
 }