예제 #1
0
 partial void DeleteAttachment(Attachment instance);
예제 #2
0
 partial void InsertAttachment(Attachment instance);
예제 #3
0
 partial void UpdateAttachment(Attachment instance);
예제 #4
0
		private void detach_Attachments(Attachment entity)
		{
			this.SendPropertyChanging();
			entity.Issue = null;
		}