13 lines
No EOL
199 B
C#
13 lines
No EOL
199 B
C#
namespace Yavsc.Models.Messaging
|
|
{
|
|
public enum Reason : byte
|
|
{
|
|
Private,
|
|
Corporate,
|
|
SearchingAPro,
|
|
Selling,
|
|
Buying,
|
|
ServiceProposal
|
|
}
|
|
|
|
} |