Esempio n. 1
0
 partial void DeleteFileAuth(FileAuth instance);
Esempio n. 2
0
 partial void UpdateFileAuth(FileAuth instance);
Esempio n. 3
0
 partial void InsertFileAuth(FileAuth instance);
Esempio n. 4
0
		private void detach_FileAuths1(FileAuth entity)
		{
			this.SendPropertyChanging();
			entity.Employee1 = null;
		}
Esempio n. 5
0
		private void attach_FileAuths(FileAuth entity)
		{
			this.SendPropertyChanging();
			entity.Employee = this;
		}
Esempio n. 6
0
		private void detach_FileAuths(FileAuth entity)
		{
			this.SendPropertyChanging();
			entity.File = null;
		}