Ejemplo n.º 1
0
 public static SendMessageResponse Parse(string xmlText)
 {
     return(SqsSerializer <SendMessageResponse> .Deserialize(xmlText));
 }
Ejemplo n.º 2
0
 public static CreateQueueResponse Parse(string xmlText)
 {
     return(SqsSerializer <CreateQueueResponse> .Deserialize(xmlText));
 }