public void UpdateB(EntityB entityB)
 {
     // Do nothing
 }
Esempio n. 2
0
 private bool FilterEntityB(EntityB entity)
 {
     return(entity.Id == this.IdB);
 }
 private bool FilterEntityB(EntityB entity)
 {
     return (entity.Id == this.IdB);
 }
Esempio n. 4
0
 public void UpdateB(EntityB entityB)
 {
     // Do nothing
 }