9 lines
161 B
C#
9 lines
161 B
C#
namespace ChatApi.Settings
|
|
{
|
|
public class ChatRHSettings
|
|
{
|
|
public string Url { get; set; }
|
|
public string Create { get; set; }
|
|
}
|
|
}
|