Ejemplo n.º 1
0
        public List <ProExViewModel> GetProExiByProductName(string name)
        {
            var list = new List <ProExViewModel>();

            list = _productRespository.GetProExiByProductName(name);
            return(list);
        }