Exemplo n.º 1
0
        public async Task <List <ProductGoodViewModel> > GetAllProductPurchase()
        {
            var list = new List <ProductGoodViewModel>();

            list = await _productRespository.GetAllProductPurchase();

            return(list);
        }