public void SendLettersPersonal(DateTime scheduleDate)
 {
     StudioPeriodicNotify.SendPersonalLetters(client, EMailSenderName, scheduleDate);
 }
 public void SendSaasTariffLetters(DateTime scheduleDate)
 {
     StudioPeriodicNotify.SendSaasLetters(client, EMailSenderName, scheduleDate);
 }
 public bool UpdateTipsSubscription()
 {
     return(StudioPeriodicNotify.ChangeSubscription(Tenant, SecurityContext.CurrentAccount.ID));
 }