public void SendMsgToAdminAboutProfileUpdated(int tenantId) { client.SendNoticeAsync(tenantId, Actions.SelfProfileUpdated, null); }
public void SendMsgToAdminAboutProfileUpdated() { client.SendNoticeAsync(Actions.SelfProfileUpdated, null); }