Example #1
0
 partial void DeleteQuyenCuaNhom(QuyenCuaNhom instance);
Example #2
0
 partial void UpdateQuyenCuaNhom(QuyenCuaNhom instance);
Example #3
0
		private void detach_QuyenCuaNhoms(QuyenCuaNhom entity)
		{
			this.SendPropertyChanging();
			entity.Quyen1 = null;
		}
Example #4
0
 partial void InsertQuyenCuaNhom(QuyenCuaNhom instance);
Example #5
0
		private void attach_QuyenCuaNhoms(QuyenCuaNhom entity)
		{
			this.SendPropertyChanging();
			entity.Quyen1 = this;
		}