Ejemplo n.º 1
0
 partial void DeleteDose(Dose instance);
Ejemplo n.º 2
0
 partial void UpdateDose(Dose instance);
Ejemplo n.º 3
0
 partial void InsertDose(Dose instance);
Ejemplo n.º 4
0
		private void detach_Doses(Dose entity)
		{
			this.SendPropertyChanging();
			entity.Prescription = null;
		}
Ejemplo n.º 5
0
		private void detach_Doses2(Dose entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue2 = null;
		}
Ejemplo n.º 6
0
		private void attach_Doses2(Dose entity)
		{
			this.SendPropertyChanging();
			entity.UnitValue2 = this;
		}