Beispiel #1
0
 partial void DeleteIssueLevel(IssueLevel instance);
Beispiel #2
0
 partial void UpdateIssueLevel(IssueLevel instance);
Beispiel #3
0
		private void detach_IssueLevels(IssueLevel entity)
		{
			this.SendPropertyChanging();
			entity.FollowUpIssue = null;
		}
Beispiel #4
0
 partial void InsertIssueLevel(IssueLevel instance);
Beispiel #5
0
		private void detach_IssueLevels(IssueLevel entity)
		{
			this.SendPropertyChanging();
			entity.Employee = null;
		}