using NCC.Dependency; namespace NCC.Tenant.Entitys.Dtos { [SuppressSniffer] public class TenantDbContentOutput { public string dbName { get; set; } } }