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