5 lines
85 B
C#
5 lines
85 B
C#
namespace Wallet;
|
|
|
|
public interface IAttachmentEntryViewModel :
|
|
IDisposable;
|