Ejemplo n.º 1
0
        public async Task <(bool isSuccess, dynamic CustomerSearchResult)> SearchAsync(int CustomerID)
        {
            var result = await _iproductService.GetProductAsync();

            return(true, result.products);
        }