Пример #1
0
 public bool SendPasswordRecoveryMail(EmailInfo info)
 {
     return(BusinessObjectManager.SendPasswordRecoveryMail(info));
 }