Пример #1
0
 partial void UpdateProduct(Product instance);
Пример #2
0
 partial void DeleteProduct(Product instance);
Пример #3
0
 partial void InsertProduct(Product instance);
Пример #4
0
 private void detach_Products(Product entity)
 {
     this.SendPropertyChanging();
     entity.Category = null;
 }
Пример #5
0
 private void attach_Products(Product entity)
 {
     this.SendPropertyChanging();
     entity.Category = this;
 }
Пример #6
0
 private void detach_Products(Product entity)
 {
     this.SendPropertyChanging();
     entity.Supplier = null;
 }
Пример #7
0
 private void attach_Products(Product entity)
 {
     this.SendPropertyChanging();
     entity.Supplier = this;
 }