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