Пример #1
0
        public List <Staff> GetAllStaffWaitCheck()
        {
            //throw new NotImplementedException();

            IStaffDAL dAL = new StaffDAL();

            return(dAL.GetAllStaffWaitCheck());
        }