feat: initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Strata.Analytics.Models
|
||||
{
|
||||
public class PublicationEvent
|
||||
{
|
||||
public DateTime RequestDate { get; set; }
|
||||
public string RequestedBy { get; set; }
|
||||
public IEnumerable<int> StandardDataSourceIds { get; set; }
|
||||
public IEnumerable<int> StrataIds { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user