Пример #1
0
 public void CreateCommonNotification(Guid entityId, string entityName, string aboutEntityName)
 {
     _metadataServiceClient.CreateCommonNotification(entityId, entityName, aboutEntityName, AuthorizationManager.CurrentUserId);
 }