fix base/rest service - cleanup + new config file

This commit is contained in:
Stephan
2012-09-27 15:37:21 -02:00
parent 126044cd48
commit a469e3dbe3
17 changed files with 383 additions and 145 deletions

View File

@@ -6,7 +6,7 @@ using System.Text;
namespace Umbraco.Web.BaseRest
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class RestExtensionMethodAttribute : Attribute
public sealed class RestExtensionMethodAttribute : Attribute
{
public bool AllowAll { get; set; }
public string AllowGroup { get; set; }