コード例 #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;
		}