Exemplo n.º 1
0
        public async Task <IHttpActionResult> Get()
        {
            var result = await _mongoService.GetNotifyAsync();

            return(Ok(new PageResultDto <NotifyKioskDto>(result.Count(), result)));
        }