public static AmazonSESNotification Parse(string notification)
 {
     return(ParseTool.ParseAmazonSESNotification(notification));
 }
Exemplo n.º 2
0
 public new static AmazonSESDeliveryNotification Parse(string notification)
 {
     return((AmazonSESDeliveryNotification)ParseTool.ParseAmazonSESNotification(notification, typeof(AmazonSESDeliveryNotification)));
 }