Пример #1
0
		private void attach_Сreditors(Debt entity)
		{
			this.SendPropertyChanging();
			entity.Сreditor = this;
		}
Пример #2
0
		private void detach_Сreditors(Debt entity)
		{
			this.SendPropertyChanging();
			entity.Сreditor = null;
		}
Пример #3
0
		private void detach_Borrowers(Debt entity)
		{
			this.SendPropertyChanging();
			entity.Borrower = null;
		}
Пример #4
0
		private void attach_Borrowers(Debt entity)
		{
			this.SendPropertyChanging();
			entity.Borrower = this;
		}
Пример #5
0
 partial void DeleteDebt(Debt instance);
Пример #6
0
 partial void UpdateDebt(Debt instance);
Пример #7
0
 partial void InsertDebt(Debt instance);