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