Example #1
0
		private void detach_ChiTietPTs(ChiTietPT entity)
		{
			this.SendPropertyChanging();
			entity.DanhMuc1 = null;
		}
Example #2
0
 partial void DeleteChiTietPT(ChiTietPT instance);
Example #3
0
 partial void InsertChiTietPT(ChiTietPT instance);
Example #4
0
 partial void UpdateChiTietPT(ChiTietPT instance);
Example #5
0
		private void detach_ChiTietPTs(ChiTietPT entity)
		{
			this.SendPropertyChanging();
			entity.PhieuThu1 = null;
		}