fix namespace

This commit is contained in:
Stephan
2018-02-13 09:47:23 +01:00
parent caa3a3319f
commit bb2caf85cb

View File

@@ -1,6 +1,6 @@
using System;
namespace Umbraco.Core.Services
namespace Umbraco.Core.Events
{
public class RolesEventArgs : EventArgs
{
@@ -13,4 +13,4 @@ namespace Umbraco.Core.Services
public int[] MemberIds { get; set; }
public string[] Roles { get; set; }
}
}
}