예제 #1
0
파일: Program.cs 프로젝트: NTDThanh/EFCore
 // [TAG] Eager loading
 static void EagerLoadingCity()
 {
     var cityRepo = new CityRepository();
     var citys    = cityRepo.EagerLoading();
 }