Ejemplo n.º 1
0
		private void attach_Сreditors(Debt entity)
		{
			this.SendPropertyChanging();
			entity.Сreditor = this;
		}
Ejemplo n.º 2
0
		private void detach_Сreditors(Debt entity)
		{
			this.SendPropertyChanging();
			entity.Сreditor = null;
		}
Ejemplo n.º 3
0
		private void detach_Borrowers(Debt entity)
		{
			this.SendPropertyChanging();
			entity.Borrower = null;
		}
Ejemplo n.º 4
0
		private void attach_Borrowers(Debt entity)
		{
			this.SendPropertyChanging();
			entity.Borrower = this;
		}
Ejemplo n.º 5
0
 partial void DeleteDebt(Debt instance);
Ejemplo n.º 6
0
 partial void UpdateDebt(Debt instance);
Ejemplo n.º 7
0
 partial void InsertDebt(Debt instance);