mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-06 16:45:20 +00:00
5 lines
131 B
C#
5 lines
131 B
C#
namespace PodNoms.Api.Models.Settings {
|
|
public class ChatSettings {
|
|
public string CurrentChatUser { get; set; }
|
|
}
|
|
} |