c5375b661b
broke data out into its own library. may be breaking changes with existing plugins
9 lines
153 B
C#
9 lines
153 B
C#
using System;
|
|
|
|
namespace SharedLibraryCore.Interfaces
|
|
{
|
|
public interface IAuditFields
|
|
{
|
|
DateTime CreatedDateTime { get; set; }
|
|
}
|
|
} |