Exemplo n.º 1
0
        public ProfileController(ProfileNetwork profile)
        {
            Debug.WriteLine("[ProfileController]: MpOS Profile SubSystem started!");
            profileDao = new ProfileNetworkDao();

            this.profileNetwork = profile;
        }
Exemplo n.º 2
0
 public DynamicDecisionSystem(ServerContent server)
 {
     Server     = server;
     profileDao = new ProfileNetworkDao();
 }