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