Add project files.
This commit is contained in:
11
Gateway/Models/CampaignDto.cs
Normal file
11
Gateway/Models/CampaignDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Gateway.Models;
|
||||
|
||||
public class CampaignDto
|
||||
{
|
||||
public string Network { get; set; } = "";
|
||||
public string ExternalAccountId { get; set; } = "";
|
||||
public string CampaignId { get; set; } = "";
|
||||
public string Name { get; set; } = "";
|
||||
public string Status { get; set; } = "";
|
||||
public string ChannelType { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user