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