Example #1
0
        public List <Staff> GetAllStaffByTOrgId(int tOrgId)
        {
            //throw new NotImplementedException();

            IStaffDAL dAL = new StaffDAL();

            return(dAL.GetAllStaffByTOrgId(tOrgId));
        }