source: src/FinkiChattery/FinkiChattery.Persistence/Helpers/Enums/VoteType.cs@ ad0fcd3

dev
Last change on this file since ad0fcd3 was ad0fcd3, checked in by Стојков Марко <mst@…>, 3 years ago

Restructured voting

  • Property mode set to 100644
File size: 121 bytes
Line 
1namespace FinkiChattery.Persistence.Helpers
2{
3 public enum VoteType
4 {
5 Upvote,
6 Downvote
7 }
8}
Note: See TracBrowser for help on using the repository browser.