コード例 #1
0
ファイル: StaffBLL.cs プロジェクト: huagteng/HR_System
        public List <Staff> GetAllStaffNormal()
        {
            //throw new NotImplementedException();

            IStaffDAL dAL = new StaffDAL();

            return(dAL.GetAllStaffNormal());
        }