コード例 #1
0
 partial void DeleteNha(Nha instance);
コード例 #2
0
 partial void UpdateNha(Nha instance);
コード例 #3
0
		private void detach_Nhas(Nha entity)
		{
			this.SendPropertyChanging();
			entity.TinBai = null;
		}
コード例 #4
0
 partial void InsertNha(Nha instance);
コード例 #5
0
		private void attach_Nhas(Nha entity)
		{
			this.SendPropertyChanging();
			entity.TinBai = this;
		}