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