コード例 #1
0
 partial void DeleteCURSO(CURSO instance);
コード例 #2
0
 partial void UpdateCURSO(CURSO instance);
コード例 #3
0
		private void detach_CURSOs(CURSO entity)
		{
			this.SendPropertyChanging();
			entity.BIBLIOTECA = null;
		}
コード例 #4
0
 partial void InsertCURSO(CURSO instance);
コード例 #5
0
		private void attach_CURSOs(CURSO entity)
		{
			this.SendPropertyChanging();
			entity.BIBLIOTECA = this;
		}