コード例 #1
0
 private void detach_fecha1(fecha entity)
 {
     this.SendPropertyChanging();
     entity.equipo1 = null;
 }
コード例 #2
0
 private void attach_fecha1(fecha entity)
 {
     this.SendPropertyChanging();
     entity.equipo1 = this;
 }
コード例 #3
0
 partial void Updatefecha(fecha instance);
コード例 #4
0
 partial void Deletefecha(fecha instance);
コード例 #5
0
 partial void Insertfecha(fecha instance);