Example #1
0
        public bool setWorker(Worker worker)
        {
            IDAL dal = new DAL_imp();

            return(dal.storeWorker(worker));
        }