Exemplo n.º 1
0
        public int Count()
        {
            var userId = new Guid(User.FindFirstValue(ClaimTypes.NameIdentifier));

            return(_vendaService.CountStatus(userId, 0));
        }