Response
Default response object
Response Object
public class HaasonlineClientResponse<T>
{
public EnumErrorCode ErrorCode { get; set; }
public string ErrorMessage { get; set; }
public T Result { get; set; }
}
Last updated
Was this helpful?