Initial commit - ERP
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Chat.Domain.Enums;
|
||||
|
||||
public enum MessageStatus
|
||||
{
|
||||
Sent,
|
||||
Delivered,
|
||||
Read
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
namespace Chat.Domain.Enums;
|
||||
|
||||
public enum UserStatus
|
||||
{
|
||||
Online,
|
||||
Offline,
|
||||
Away
|
||||
}
|
||||
Reference in New Issue
Block a user