#18469: Replacing UserPart by IUser in UserContext

Work Item: 18469

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-07-03 10:01:11 -07:00
parent dc1be5b248
commit 89cf448bec

View File

@@ -1,8 +1,8 @@
using Orchard.Users.Models;
using Orchard.Security;
namespace Orchard.Users.Events {
public class UserContext {
public UserPart User { get; set; }
public IUser User { get; set; }
public bool Cancel { get; set; }
}
}