Beispiel #1
0
 private void detach_SellInfo(SellInfo entity)
 {
     this.SendPropertyChanging();
     entity.GoodsInfo = null;
 }
Beispiel #2
0
 private void attach_SellInfo(SellInfo entity)
 {
     this.SendPropertyChanging();
     entity.GoodsInfo = this;
 }
Beispiel #3
0
 partial void UpdateSellInfo(SellInfo instance);
Beispiel #4
0
 partial void DeleteSellInfo(SellInfo instance);
Beispiel #5
0
 partial void InsertSellInfo(SellInfo instance);