partial void DeleteEvidencePhoto(EvidencePhoto instance);
partial void InsertEvidencePhoto(EvidencePhoto instance);
partial void UpdateEvidencePhoto(EvidencePhoto instance);
private void detach_EvidencePhotos(EvidencePhoto entity) { this.SendPropertyChanging(); entity.IRTransaction = null; }