Пример #1
0
		private void detach_Trudoustr(Trudoustr entity)
		{
			this.SendPropertyChanging();
			entity.Dolznost = null;
		}
Пример #2
0
		private void attach_Trudoustr(Trudoustr entity)
		{
			this.SendPropertyChanging();
			entity.Student = this;
		}
Пример #3
0
 partial void DeleteTrudoustr(Trudoustr instance);
Пример #4
0
 partial void UpdateTrudoustr(Trudoustr instance);
Пример #5
0
 partial void InsertTrudoustr(Trudoustr instance);
Пример #6
0
		private void detach_Trudoustr(Trudoustr entity)
		{
			this.SendPropertyChanging();
			entity.Predpriyatie = null;
		}