9 lines
255 B
C#
9 lines
255 B
C#
namespace Hncore.Wx.Open
|
|
{
|
|
public class SaveAuthorizerInfoRequest
|
|
{
|
|
public string Domain { get; set; }
|
|
public authorizer_info AuthorizerInfo { get; set; }
|
|
public authorization_info AuthorizationInfo { get; set; }
|
|
}
|
|
} |