using System;
namespace IRaCIS.Core.Domain.Models
{
public interface ISoftDelete
bool IsDeleted { get; set; }
}