Response Unmarshaller for SendMessage operation
Наследование: XmlResponseUnmarshaller
Пример #1
0
 public static SendMessageResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new SendMessageResponseUnmarshaller();
     }
     return(instance);
 }
Пример #2
0
 public static SendMessageResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new SendMessageResponseUnmarshaller();
     }
     return instance;
 }