Refactoring book query

This commit is contained in:
Paul Schneider 2019-09-17 11:12:05 +01:00
commit 3e1dc7b80f
9 changed files with 152 additions and 18 deletions

View file

@ -0,0 +1,13 @@
namespace Yavsc.Models.Messaging
{
public enum Reason : byte
{
Private,
Corporate,
SearchingAPro,
Selling,
Buying,
ServiceProposal
}
}