Exemple #1
0
        public List <Staff> GetAllStaffByFOrgId(int fOrgId)
        {
            //throw new NotImplementedException();

            IStaffDAL dAL = new StaffDAL();

            return(dAL.GetAllStaffByFOrgId(fOrgId));
        }