ITenant.cs 146 B

1234567
  1. namespace Quadarax.Application.QLiberace.Base.Entities.Base
  2. {
  3. public interface ITenant
  4. {
  5. public long TenantId { get; }
  6. }
  7. }