Ejemplo n.º 1
0
 public void CollectCl(TEntity entity)
 {
     Repo.Entry(entity).Collection("CommercialLink").Load();
     entity.CommercialLink.ForEach(cl => ClService.SeekReferences(cl));
 }