コード例 #1
0
		private void detach_SACs(SAC entity)
		{
			this.SendPropertyChanging();
			entity.Empresa = null;
		}
コード例 #2
0
		private void attach_SACs(SAC entity)
		{
			this.SendPropertyChanging();
			entity.Empresa = this;
		}
コード例 #3
0
 partial void UpdateSAC(SAC instance);
コード例 #4
0
 partial void DeleteSAC(SAC instance);
コード例 #5
0
 partial void InsertSAC(SAC instance);