예제 #1
0
 protected override List <Edition> GetLocalChildren(Book entity, List <Edition> remoteChildren)
 {
     return(_editionService.GetEditionsForRefresh(entity.Id, remoteChildren.Select(x => x.ForeignEditionId)));
 }