Ejemplo n.º 1
0
        public Task GetAllAddress()
        {
            var result = _addressesController.GetAllAsync();

            return(Assert.NotEmpty(result.Result));
        }