Response Unmarshaller for DeprecateActivityType operation
Inheritance: JsonResponseUnmarshaller
 public static DeprecateActivityTypeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new DeprecateActivityTypeResponseUnmarshaller();
       }
       return instance;
 }
示例#2
0
 public static DeprecateActivityTypeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeprecateActivityTypeResponseUnmarshaller();
     }
     return(instance);
 }