Esempio n. 1
0
		private void attach_Users(Users entity)
		{
			this.SendPropertyChanging();
			entity.History_buy = this;
		}
Esempio n. 2
0
		private void detach_Users(Users entity)
		{
			this.SendPropertyChanging();
			entity.History_buy = null;
		}
Esempio n. 3
0
		private void detach_Users(Users entity)
		{
			this.SendPropertyChanging();
			entity.Coach = null;
		}
Esempio n. 4
0
		private void attach_Users(Users entity)
		{
			this.SendPropertyChanging();
			entity.Coach = this;
		}
Esempio n. 5
0
 partial void DeleteUsers(Users instance);
Esempio n. 6
0
 partial void UpdateUsers(Users instance);
Esempio n. 7
0
 partial void InsertUsers(Users instance);