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

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