Exemple #1
0
		private void detach_Uslugas(Usluga entity)
		{
			this.SendPropertyChanging();
			entity.Bod = null;
		}
Exemple #2
0
		private void detach_Uslugas(Usluga entity)
		{
			this.SendPropertyChanging();
			entity.PoreskaStopa = null;
		}
Exemple #3
0
		private void attach_Uslugas(Usluga entity)
		{
			this.SendPropertyChanging();
			entity.Bod = this;
		}
Exemple #4
0
		private void detach_Uslugas(Usluga entity)
		{
			this.SendPropertyChanging();
			entity.NosilacGrupe = null;
		}
Exemple #5
0
 partial void DeleteUsluga(Usluga instance);
Exemple #6
0
 partial void UpdateUsluga(Usluga instance);
Exemple #7
0
 partial void InsertUsluga(Usluga instance);