Ejemplo n.º 1
0
 partial void Deletereq_mast(req_mast instance);
Ejemplo n.º 2
0
	private void detach_req_masts(req_mast entity)
	{
		this.SendPropertyChanging();
		entity.book_mast = null;
	}
Ejemplo n.º 3
0
	private void attach_req_masts(req_mast entity)
	{
		this.SendPropertyChanging();
		entity.book_mast = this;
	}
Ejemplo n.º 4
0
 partial void Updatereq_mast(req_mast instance);
Ejemplo n.º 5
0
 partial void Insertreq_mast(req_mast instance);