8 lines
71 B
C#
8 lines
71 B
C#
namespace HN.Domain
|
|
{
|
|
public enum VoteType
|
|
{
|
|
Up,
|
|
Down
|
|
}
|
|
} |