예제 #1
0
        protected void UpdateClientSetOnline(string clientSystemId, SystemName currentSytemName)
        {
            IMediaLibrary mediaLibrary = ServiceRegistration.Get <IMediaLibrary>();

            mediaLibrary.NotifySystemOnline(clientSystemId, currentSytemName);
        }