Exemplo n.º 1
0
        public bool deletePubEmp(string code)
        {
            bool Bool = dalAccount.deletePubEmp(code);

            return(Bool);
        }