Beispiel #1
0
		private void detach_Usuarios(Usuario entity)
		{
			this.SendPropertyChanging();
			entity.Consultore = null;
		}
Beispiel #2
0
 partial void DeleteUsuario(Usuario instance);
Beispiel #3
0
 partial void InsertUsuario(Usuario instance);
Beispiel #4
0
 partial void UpdateUsuario(Usuario instance);
Beispiel #5
0
		private void attach_Usuarios(Usuario entity)
		{
			this.SendPropertyChanging();
			entity.Role = this;
		}