QlbrcDtoWithoutId.cs 169 B

12345678
  1. using Quadarax.Foundation.Core.Data.Interface.Entity;
  2. namespace Quadarax.Application.QLiberace.Common.Dtos
  3. {
  4. public class QlbrcDtoWithoutId : IDto
  5. {
  6. }
  7. }