コード例 #1
0
 public void UpdateB(EntityB entityB)
 {
     // Do nothing
 }
コード例 #2
0
 private bool FilterEntityB(EntityB entity)
 {
     return(entity.Id == this.IdB);
 }
コード例 #3
0
 private bool FilterEntityB(EntityB entity)
 {
     return (entity.Id == this.IdB);
 }
コード例 #4
0
 public void UpdateB(EntityB entityB)
 {
     // Do nothing
 }