ITenantCode.cs 156 B

1234567
  1. namespace Quadarax.Application.QLiberace.Common.Entities.Base
  2. {
  3. public interface ITenantCode
  4. {
  5. string TenantCode { get; }
  6. }
  7. }