示例#1
0
 public System.Threading.Tasks.Task SendMobileNotificationAsync(AMS.Broker.Contracts.DTO.MobileNotificationData mobData)
 {
     return(base.Channel.SendMobileNotificationAsync(mobData));
 }
示例#2
0
 public void SendMobileNotification(AMS.Broker.Contracts.DTO.MobileNotificationData mobData)
 {
     base.Channel.SendMobileNotification(mobData);
 }