Files
Walleby/Wallet/IAttachmentEntryViewModel.cs
2024-07-24 21:51:51 +01:00

5 lines
85 B
C#

namespace Wallet;
public interface IAttachmentEntryViewModel :
IDisposable;