Response Unmarshaller for GetTemplate operation
Inheritance: XmlResponseUnmarshaller
コード例 #1
0
 public static GetTemplateResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new GetTemplateResponseUnmarshaller();
     }
     return instance;
 }
コード例 #2
0
 public static GetTemplateResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new GetTemplateResponseUnmarshaller();
     }
     return(instance);
 }