small campaign progress
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michele 2021-08-28 22:41:42 +01:00
parent 9f9be13215
commit 96657989c8
18 changed files with 439 additions and 89 deletions

View file

@ -7,7 +7,7 @@ namespace Sledgemapper.Api.Core.Entities
{
[Index(nameof(CampaignName), nameof(OwnerId), IsUnique = true)]
public class Campaign
{
{
public Guid CampaignId { get; set; }
public string CampaignName { get; set; }