Ejemplo n.º 1
0
		private void detach_PersonRoles(PersonRole entity)
		{
			this.SendPropertyChanging();
			entity.Role = null;
		}
Ejemplo n.º 2
0
 partial void DeletePersonRole(PersonRole instance);
Ejemplo n.º 3
0
		private void attach_PersonRoles(PersonRole entity)
		{
			this.SendPropertyChanging();
			entity.Role = this;
		}
Ejemplo n.º 4
0
 partial void InsertPersonRole(PersonRole instance);
Ejemplo n.º 5
0
 partial void UpdatePersonRole(PersonRole instance);
Ejemplo n.º 6
0
 private void detach_PersonRoles(PersonRole entity)
 {
     this.SendPropertyChanging();
     entity.Role = null;
 }
Ejemplo n.º 7
0
 private void attach_PersonRoles(PersonRole entity)
 {
     this.SendPropertyChanging();
     entity.Role = this;
 }
Ejemplo n.º 8
0
 partial void DeletePersonRole(PersonRole instance);
Ejemplo n.º 9
0
 partial void UpdatePersonRole(PersonRole instance);
Ejemplo n.º 10
0
 partial void InsertPersonRole(PersonRole instance);