Exemple #1
0
        public List <SP_GetEmployeeListByPeriodID_Result> getEmpListByPeriod(int PeriodID, string evaluatorID)
        {
            PSESEntities db = new PSESEntities();

            return(db.SP_GetEmployeeListByPeriodID(PeriodID, evaluatorID).ToList());
        }