public async Task <IResponseOutput> GetPage(PageInput <LoginLogEntity> model) { return(await _loginLogService.PageAsync(model)); }