Exemple #1
0
        public ActionResult Index(tblquote c)
        {
            /*try {
             *  pc.SaveFiles(Request, null, ConstCRM.PATHQUOTE);
             * } catch (Exception e) {
             *
             * }*/

            PricesController pc = new PricesController(Server);

            return((ActionResult)pc.IndexPost(Request, c)["view"]);
            //return null;
        }