Example #1
0
		private void detach_Stablos(Stablo entity)
		{
			this.SendPropertyChanging();
			entity.TipCvora = null;
		}
Example #2
0
		private void attach_Stablos(Stablo entity)
		{
			this.SendPropertyChanging();
			entity.TipCvora = this;
		}
Example #3
0
 partial void DeleteStablo(Stablo instance);
Example #4
0
 partial void UpdateStablo(Stablo instance);
Example #5
0
 partial void InsertStablo(Stablo instance);
Example #6
0
		private void detach_Stablos(Stablo entity)
		{
			this.SendPropertyChanging();
			entity.OpisTabela = null;
		}