Ejemplo n.º 1
0
        public TenantInformationDto GetInformation()
        {
            var tenantInformation = _tenantAppService.GetInformation();

            return(tenantInformation);
        }