Ejemplo n.º 1
0
        public async Task <SendNotificationResult> SendSingleAsync(string contact, DAL.Model.Auction auction)
        {
            var message = MailTemplate.NotificationTemplate(auction);

            return(await emailService.SendMessage(contact, "Nowa potrzeba", message));
        }