Ejemplo n.º 1
0
        public bool updatePubEmp(string code, string name)
        {
            bool Bool = dalAccount.updatePubEmp(code, name);

            return(Bool);
        }