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