Beispiel #1
0
 partial void DeleteFormfile(Formfile instance);
Beispiel #2
0
 partial void UpdateFormfile(Formfile instance);
Beispiel #3
0
		private void detach_Formfiles(Formfile entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
Beispiel #4
0
 partial void InsertFormfile(Formfile instance);
Beispiel #5
0
		private void attach_Formfiles(Formfile entity)
		{
			this.SendPropertyChanging();
			entity.Person = this;
		}