10 lines
214 B
C#
10 lines
214 B
C#
namespace AsterNET.Manager.Action
|
|
{
|
|
public class CoreSettingsAction : ManagerAction
|
|
{
|
|
public override string Action
|
|
{
|
|
get { return "CoreSettings"; }
|
|
}
|
|
}
|
|
} |