コード例 #1
0
		private void attach_bookings(booking entity)
		{
			this.SendPropertyChanging();
			entity.employee = this;
		}
コード例 #2
0
		private void detach_bookings(booking entity)
		{
			this.SendPropertyChanging();
			entity.employee = null;
		}
コード例 #3
0
		private void detach_bookings(booking entity)
		{
			this.SendPropertyChanging();
			entity.customer = null;
		}
コード例 #4
0
		private void attach_bookings(booking entity)
		{
			this.SendPropertyChanging();
			entity.customer = this;
		}
コード例 #5
0
 partial void Deletebooking(booking instance);
コード例 #6
0
 partial void Updatebooking(booking instance);
コード例 #7
0
 partial void Insertbooking(booking instance);