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

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