Esempio n. 1
0
 public void NotifyDNotificationChangeset(DNotificationChangeset changeset)
 {
     try
     {
         _serviceListener?.Notify(changeset);
     }
     catch { }
 }
Esempio n. 2
0
 public void NotifyDMetadataChangeset(DMetadataChangeset changeset)
 {
     _listener?.Notify(changeset);
 }