7 lines
122 B
C#
7 lines
122 B
C#
|
namespace Props.Shop.Ebay
|
||
|
{
|
||
|
public class Configuration
|
||
|
{
|
||
|
public bool Sandbox { get; set; } = true;
|
||
|
}
|
||
|
}
|