QlbrcEntityWithoutId.cs 199 B

12345678
  1. using Quadarax.Foundation.Core.Data.Entity;
  2. namespace Quadarax.Application.QLiberace.Common.Entities.Base
  3. {
  4. public abstract class QlbrcEntityWithoutId : Entity<NoKey> , IEntity
  5. {
  6. }
  7. }