mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-11 01:18:50 +00:00
8 lines
109 B
C#
8 lines
109 B
C#
namespace ShoppingAssistantApi.Domain.Enums;
|
|
|
|
public enum MessageRoles
|
|
{
|
|
User = 0,
|
|
Application = 0
|
|
}
|