Example #1
0
 partial void DeleteSellFileType(SellFileType instance);
Example #2
0
 partial void UpdateSellFileType(SellFileType instance);
Example #3
0
		private void detach_SellFileTypes(SellFileType entity)
		{
			this.SendPropertyChanging();
			entity.SellType = null;
		}
Example #4
0
 partial void InsertSellFileType(SellFileType instance);
Example #5
0
		private void attach_SellFileTypes(SellFileType entity)
		{
			this.SendPropertyChanging();
			entity.SellType = this;
		}