Skip to content

Models Promotion

n-Ultima edited this page Jul 26, 2021 · 1 revision

Promotion Models

I really couldn't think of a better name for these, but this is all related to Campaigns and their comments.

Campaign

public ulong UserId {get; set;}

public ulong InitiatorId {get; set;}

public string Id {get; set;}

public string ReasonForCampaign {get; set;}

Campaign Comment

public long Id {get; set;}

public string CampaignId {get; set;}

public string Content {get; set;}

public ulong AuthorId {get; set;}
Clone this wiki locally