TestTenantTrackedDao.cs 225 B

12345678
  1. using Quadarax.Application.QLiberace.Common.Entities.Base;
  2. namespace Quadarax.Application.QLiberace.Common.Tests.Repositories.Fakes
  3. {
  4. public class TestTenantTrackedDao : QlbrcEntityTrackedWithId
  5. {
  6. }
  7. }