Response Unmarshaller for GetRole operation
Inheritance: XmlResponseUnmarshaller
 public static GetRoleResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new GetRoleResponseUnmarshaller();
     }
     return instance;
 }
Ejemplo n.º 2
0
 public static GetRoleResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new GetRoleResponseUnmarshaller();
     }
     return(instance);
 }