- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using Quadarax.Foundation.Core.Data.Interface.Entity;
- namespace Quadarax.Application.QLiberace.Common.Entities.Base
- {
- public interface IEntity
- {
- }
- }
|