コード例 #1
0
 private void detach_Serv_Benefs(Serv_Benef entity)
 {
     this.SendPropertyChanging();
     entity.Servicio = null;
 }
コード例 #2
0
 private void attach_Serv_Benefs(Serv_Benef entity)
 {
     this.SendPropertyChanging();
     entity.Servicio = this;
 }
コード例 #3
0
 partial void UpdateServ_Benef(Serv_Benef instance);
コード例 #4
0
 partial void DeleteServ_Benef(Serv_Benef instance);
コード例 #5
0
 partial void InsertServ_Benef(Serv_Benef instance);