Ejemplo n.º 1
0
        public async Task <JsonResult> CreateTenant(CreateTenantInput input)
        {
            await _tenantAppService.CreateTenantAsync(input);

            return(Json(true, JsonRequestBehavior.AllowGet));
        }