public DynamicDecisionSystem(ServerContent server) { Server = server; profileDao = new ProfileNetworkDao(); }
public ProfileController(ProfileNetwork profile) { Debug.WriteLine("[ProfileController]: MpOS Profile SubSystem started!"); profileDao = new ProfileNetworkDao(); this.profileNetwork = profile; }