TenantDbContentOutput.cs 180 Bytes
using NCC.Dependency;

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