refactoring & pv authorization
This commit is contained in:
parent
92fc6c6c95
commit
5a08e29d11
16 changed files with 2992 additions and 49 deletions
|
|
@ -1,8 +1,8 @@
|
|||
using System.Security.Claims;
|
||||
using Microsoft.AspNet.Authorization;
|
||||
using Yavsc.ViewModel.Auth;
|
||||
using Yavsc.ViewModels.Auth;
|
||||
|
||||
namespace Yavsc.ViewModels.Auth.Handlers
|
||||
namespace Yavsc.AuthorizationHandlers
|
||||
{
|
||||
public class PostUserFileHandler : AuthorizationHandler<EditRequirement, FileSpotInfo>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue