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