mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-02 11:44:41 +08:00
#18469: Replacing UserPart by IUser in UserContext
Work Item: 18469 --HG-- branch : 1.x
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
using Orchard.Users.Models;
|
using Orchard.Security;
|
||||||
|
|
||||||
namespace Orchard.Users.Events {
|
namespace Orchard.Users.Events {
|
||||||
public class UserContext {
|
public class UserContext {
|
||||||
public UserPart User { get; set; }
|
public IUser User { get; set; }
|
||||||
public bool Cancel { get; set; }
|
public bool Cancel { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user