Beispiel #1
0
        public bool insertPubEmp(string code, string name)
        {
            bool Bool = dalAccount.insertPubEmp(code, name);

            return(Bool);
        }