Esempio n. 1
0
        public Task <ResponseDTO <List <ProductTypeAheadDTO> > > GetProductAllTypeAhead(string name)
        {
            var resp = _productsApplicationService.SearchProductAllTypeAhead(name);

            return(resp);
        }