Exemple #1
0
        public Boolean RegistraPrestamos(PTC_MaestroPrestamos model)
        {
            clFacturas RegPrestamos = new clFacturas();

            return(RegPrestamos.RegistraPrestamos(model));
        }