Exemplo n.º 1
0
 partial void DeleteMedicine(Medicine instance);
Exemplo n.º 2
0
 partial void UpdateMedicine(Medicine instance);
Exemplo n.º 3
0
		private void detach_Medicines2(Medicine entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue2 = null;
		}
Exemplo n.º 4
0
 partial void InsertMedicine(Medicine instance);
Exemplo n.º 5
0
		private void attach_Medicines1(Medicine entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue1 = this;
		}