Beispiel #1
0
 partial void DeleteMedicine(Medicine instance);
Beispiel #2
0
 partial void UpdateMedicine(Medicine instance);
Beispiel #3
0
		private void detach_Medicines1(Medicine entity)
		{
			this.SendPropertyChanging();
			entity.aspnet_User1 = null;
		}
Beispiel #4
0
 partial void InsertMedicine(Medicine instance);
Beispiel #5
0
		private void attach_Medicines(Medicine entity)
		{
			this.SendPropertyChanging();
			entity.aspnet_User = this;
		}