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