Ejemplo n.º 1
0
        //public static CrmUtil cu = new CrmUtil();
        //public static OrganizationServiceProxy organizationProxy = cu.getCrmService();

        public List <AppCrmProduct> AppGetAllProduct()
        {
            ProductOperation     po       = new ProductOperation();
            List <AppCrmProduct> products = po.AppGetAllProduct();

            return(products);
        }