public void UpdateC(EntityC entityC)
 {
     // Do nothing
 }
Exemplo n.º 2
0
 private bool FilterEntityC(EntityC entity)
 {
     return(entity.Id == this.IdC);
 }
 private bool FilterEntityC(EntityC entity)
 {
     return (entity.Id == this.IdC);
 }
Exemplo n.º 4
0
 public void UpdateC(EntityC entityC)
 {
     // Do nothing
 }