Пример #1
0
 partial void DeleteCorte(Corte instance);
Пример #2
0
 partial void UpdateCorte(Corte instance);
Пример #3
0
 partial void InsertCorte(Corte instance);
Пример #4
0
		private void detach_Cortes(Corte entity)
		{
			this.SendPropertyChanging();
			entity.Cliente = null;
		}
Пример #5
0
		private void attach_Cortes(Corte entity)
		{
			this.SendPropertyChanging();
			entity.Cliente = this;
		}
Пример #6
0
		private void attach_Cortes(Corte entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = this;
		}