コード例 #1
0
 public async Task <SendNotificationResult> SendSingleAsync(string contact, DAL.Model.Auction auction)
 {
     return(await pushService.SendMessage(contact, auction.Id));
 }
コード例 #2
0
 public Task <SendNotificationResult> SendMultiplesAsync(IEnumerable <string> contacts, DAL.Model.Auction auction)
 {
     throw new System.NotImplementedException();
 }