8 lines
85 B
C#
8 lines
85 B
C#
namespace Bitvault;
|
|
|
|
public interface IItemEntryViewModel :
|
|
IDisposable
|
|
{
|
|
|
|
}
|