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