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

            IStaffDAL dAL = new StaffDAL();

            return(dAL.GetAllStaffNormal());
        }