예제 #1
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> SendEmailToBulkAccountsAsync(string fromName, string fromEmail, string emailSubject, string emailMessage, bool isImportant, bool accountOwnersOnly, string columnName, string columnValue, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendEmailToBulkAccountsAsync(fromName, fromEmail, emailSubject, emailMessage, isImportant, accountOwnersOnly, columnName, columnValue, requesterId, requesterType, sharedClientKey));
 }
예제 #2
0
 public AccountAdminSite.AccountCommunicationService.DataAccessResponseType SendEmailToAccount(string accountId, string fromName, string fromEmail, string emailSubject, string emailMessage, bool isImportant, bool accountOwnersOnly, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendEmailToAccount(accountId, fromName, fromEmail, emailSubject, emailMessage, isImportant, accountOwnersOnly, requesterId, requesterType, sharedClientKey));
 }
예제 #3
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> SendEmailToUserAsync(string userId, string fromName, string fromEmail, string emailSubject, string emailMessage, bool isImportant, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendEmailToUserAsync(userId, fromName, fromEmail, emailSubject, emailMessage, isImportant, requesterId, requesterType, sharedClientKey));
 }
예제 #4
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> SendNotificationToBulkAccountsAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, string notificationMessage, double expirationMinutes, bool accountOwnersOnly, string columnName, string columnValue, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToBulkAccountsAsync(notificationType, notificationMessage, expirationMinutes, accountOwnersOnly, columnName, columnValue, requesterId, requesterType, sharedClientKey));
 }
예제 #5
0
 public AccountAdminSite.AccountCommunicationService.DataAccessResponseType SendNotificationToAccount(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, string accountId, string notificationMessage, double expirationMinutes, bool accountOwnersOnly, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToAccount(notificationType, accountId, notificationMessage, expirationMinutes, accountOwnersOnly, requesterId, requesterType, sharedClientKey));
 }
예제 #6
0
 public System.Threading.Tasks.Task <AccountAdminSite.AccountCommunicationService.DataAccessResponseType> SendNotificationToUserAsync(AccountAdminSite.AccountCommunicationService.NotificationType notificationType, string userId, string notificationMessage, double expirationMinutes, string requesterId, AccountAdminSite.AccountCommunicationService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.SendNotificationToUserAsync(notificationType, userId, notificationMessage, expirationMinutes, requesterId, requesterType, sharedClientKey));
 }