Ejemplo n.º 1
0
        public static DataAccess.Entity.ProductModel FetchProductByPID(string pid)
        {
            var model = DALQiangGou.FetchProductByPID(pid);

            return(AssemblyProductInstalService(model));
        }