Issue: does not contain a definition for 'PrefetchPathHolidayType'
Finding: missing some prefetch definition in DAL
[code
prefetch.Add( HolidaysEntity.PrefetchPathHolidayType );
code]
Question:
We upgrade lgp file from v1.0 to v2.6 and then to v3.0
but after we generated codes from v3.0, we found some prefetch definitions are missing
Can you help us on this?