This commit is contained in:
@@ -14,10 +14,15 @@ namespace Sockeye.Models
|
|||||||
{
|
{
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
public uint Concurrency { get; set; }
|
public uint Concurrency { get; set; }
|
||||||
|
[Required]
|
||||||
public string DbId { get; set; }
|
public string DbId { get; set; }
|
||||||
|
[Required]
|
||||||
public string CompanyName { get; set; }
|
public string CompanyName { get; set; }
|
||||||
|
[Required]
|
||||||
public string ContactName { get; set; }
|
public string ContactName { get; set; }
|
||||||
|
[Required]
|
||||||
public string Email { get; set; }
|
public string Email { get; set; }
|
||||||
|
[Required]
|
||||||
public string EmailConfirmCode { get; set; }
|
public string EmailConfirmCode { get; set; }
|
||||||
public bool EmailValidated { get; set; } = false;
|
public bool EmailValidated { get; set; } = false;
|
||||||
public DateTime Requested { get; set; }
|
public DateTime Requested { get; set; }
|
||||||
@@ -26,9 +31,7 @@ namespace Sockeye.Models
|
|||||||
public string RejectReason { get; set; }
|
public string RejectReason { get; set; }
|
||||||
public string Key { get; set; }
|
public string Key { get; set; }
|
||||||
public DateTime? FetchedOn { get; set; }
|
public DateTime? FetchedOn { get; set; }
|
||||||
public bool Perpetual { get; set; } = false;
|
public bool Perpetual { get; set; } = false;
|
||||||
|
|
||||||
|
|
||||||
public List<string> Tags { get; set; }
|
public List<string> Tags { get; set; }
|
||||||
|
|
||||||
//workaround for notification
|
//workaround for notification
|
||||||
|
|||||||
Reference in New Issue
Block a user