Refactoring book query
This commit is contained in:
parent
7a2b1d76b0
commit
3e1dc7b80f
9 changed files with 152 additions and 18 deletions
13
src/Yavsc.Abstract/Messaging/Reason.cs
Normal file
13
src/Yavsc.Abstract/Messaging/Reason.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
namespace Yavsc.Models.Messaging
|
||||
{
|
||||
public enum Reason : byte
|
||||
{
|
||||
Private,
|
||||
Corporate,
|
||||
SearchingAPro,
|
||||
Selling,
|
||||
Buying,
|
||||
ServiceProposal
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue