protected override bool MustReactToAttachmentCreation(AttachmentViewModelBase attachmentViewModelBase) { return(attachmentViewModelBase is NoteAttachmentViewModel); }
protected override bool MustReactToAttachmentCreation(AttachmentViewModelBase attachmentViewModelBase) { return(attachmentViewModelBase is PhotoAttachmentViewModel || attachmentViewModelBase is PhotoAlbumAttachmentViewModel); }