QlbrcEntityWithoutId.cs 247 B

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