10 lines
138 B
C#
10 lines
138 B
C#
namespace BookAStar.Model.Workflow.Messaging
|
|
{
|
|
public enum ChatStatus
|
|
{
|
|
OnLine,
|
|
Away,
|
|
OffLine
|
|
}
|
|
}
|
|
|