Example #1
0
 partial void DeleteQuanHuyen(QuanHuyen instance);
Example #2
0
 partial void InsertQuanHuyen(QuanHuyen instance);
Example #3
0
 partial void UpdateQuanHuyen(QuanHuyen instance);
Example #4
0
		private void detach_QuanHuyens(QuanHuyen entity)
		{
			this.SendPropertyChanging();
			entity.TinhThanh = null;
		}