7 lines
76 B
C#
7 lines
76 B
C#
namespace Bitvault.Data;
|
|
|
|
public enum DocumentType
|
|
{
|
|
Form,
|
|
File
|
|
} |