Exemplo n.º 1
0
        public async Task <IHttpActionResult> GET()
        {
            var result = await _repository.GetAllproductAsync();

            return(Ok(result));
        }