예제 #1
0
        public override ResidentCallSummaryBase FindSummaryItems(ResidentRollCall call)
        {
            ResidentYearlyCallSummaryByResident summary = ResidentCallSummaryListBase.ConvertAll(x => x as ResidentYearlyCallSummaryByResident).Find(x => x.StudentId == call.StudentId && x.YearNumber == call.YearNumber && x.LocationName == call.LocationName);

            return(summary);
        }
예제 #2
0
        public override ResidentCallSummaryBase FindSummaryItems(ResidentRollCall call)
        {
            ResidentYearlyCallSummaryByMonth summary = ResidentCallSummaryListBase.ConvertAll(x => x as ResidentYearlyCallSummaryByMonth).Find((x => x.MonthNumber == call.MonthNumber && x.YearNumber == call.YearNumber && x.LocationName == call.LocationName));

            return(summary);
        }