mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
6 lines
178 B
C#
6 lines
178 B
C#
namespace Orchard.Core.Common.Settings {
|
|
public class LocationSettings {
|
|
public string Zone { get; set; }
|
|
public string Position { get; set; }
|
|
}
|
|
} |