Exemplo n.º 1
0
		private void detach_certificateDownloadeds(certificateDownloaded entity)
		{
			this.SendPropertyChanging();
			entity.document = null;
		}
Exemplo n.º 2
0
		private void detach_certificateDownloadeds(certificateDownloaded entity)
		{
			this.SendPropertyChanging();
			entity.contactPerson = null;
		}
Exemplo n.º 3
0
		private void attach_certificateDownloadeds(certificateDownloaded entity)
		{
			this.SendPropertyChanging();
			entity.company = this;
		}
Exemplo n.º 4
0
 partial void DeletecertificateDownloaded(certificateDownloaded instance);
Exemplo n.º 5
0
 partial void UpdatecertificateDownloaded(certificateDownloaded instance);
Exemplo n.º 6
0
 partial void InsertcertificateDownloaded(certificateDownloaded instance);