Beispiel #1
0
        public List <Staff> GetAllStaffDeleted()
        {
            //throw new NotImplementedException();

            IStaffDAL dAL = new StaffDAL();

            return(dAL.GetAllStaffDeleted());
        }