private void detach_Files1(File entity) { this.SendPropertyChanging(); entity.Employee1 = null; }
private void attach_Files1(File entity) { this.SendPropertyChanging(); entity.Employee1 = this; }
private void attach_Files(File entity) { this.SendPropertyChanging(); entity.File1 = this; }
partial void DeleteFile(File instance);
partial void UpdateFile(File instance);
partial void InsertFile(File instance);