コード例 #1
0
		private void detach_RESERVAs1(RESERVA entity)
		{
			this.SendPropertyChanging();
			entity.PERSONA3 = null;
		}
コード例 #2
0
		private void attach_RESERVAs(RESERVA entity)
		{
			this.SendPropertyChanging();
			entity.PERSONA = this;
		}
コード例 #3
0
 partial void DeleteRESERVA(RESERVA instance);
コード例 #4
0
 partial void UpdateRESERVA(RESERVA instance);
コード例 #5
0
 partial void InsertRESERVA(RESERVA instance);
コード例 #6
0
		private void detach_RESERVAs(RESERVA entity)
		{
			this.SendPropertyChanging();
			entity.MESA1 = null;
		}