Enityt comment
This commit is contained in:
parent
6b7f4bf44f
commit
155cef4500
|
|
@ -0,0 +1,15 @@
|
|||
using AyCode.Interfaces.Entities;
|
||||
using AyCode.Interfaces.TimeStampInfo;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace AyCode.Interfaces.EntityComment
|
||||
{
|
||||
public interface IEntityComment
|
||||
{
|
||||
public string Comment { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue