Restructure TAble
This commit is contained in:
parent
717b0f0a8e
commit
1ba2f2eec1
37 changed files with 1107 additions and 527 deletions
13
BMA.EHR.Domain/Common/Interfaces/IPublishableEntity.cs
Normal file
13
BMA.EHR.Domain/Common/Interfaces/IPublishableEntity.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BMA.EHR.Domain.Common.Interfaces
|
||||
{
|
||||
public interface IPublishableEntity
|
||||
{
|
||||
bool IsPublished { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue