Beispiel #1
0
        public async Task <JsonResult> GetTenantListPaged(GetTenantListPagedInput input)
        {
            var result = await _tenantAppService.GetTenantListPagedAsync(input);

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