private void OnAspnetPathsListAdd(AspnetPaths entity) { SendPropertyChanging(null); entity.AspnetApplications = this; SendPropertyChanged(null); }
private void OnAspnetPathsListRemove(AspnetPaths entity) { SendPropertyChanging(null); entity.AspnetApplications = null; SendPropertyChanged(null); }
partial void OnAspnetPathsChanging(AspnetPaths value);