public void SendMsgToAdminAboutProfileUpdated(int tenantId)
 {
     client.SendNoticeAsync(tenantId, Actions.SelfProfileUpdated, null);
 }
Пример #2
0
 public void SendMsgToAdminAboutProfileUpdated()
 {
     client.SendNoticeAsync(Actions.SelfProfileUpdated, null);
 }