Additions to the default call class (Database)
Exemplo n.º 1
0
 partial void Deletecall(call instance);
Exemplo n.º 2
0
 partial void Updatecall(call instance);
Exemplo n.º 3
0
		private void detach_calls1(call entity)
		{
			this.SendPropertyChanging();
			entity.person1 = null;
		}
Exemplo n.º 4
0
 partial void Insertcall(call instance);
Exemplo n.º 5
0
		private void attach_calls1(call entity)
		{
			this.SendPropertyChanging();
			entity.person1 = this;
		}