Exemplo n.º 1
0
        public ActionResult ChangeProContract(string id)
        {
            ContractBas Bas = new ContractBas();

            Bas = ContractMan.getNewChangeProContractBas(id);
            return(View(Bas));
        }