2023-03-19 17:57:55 +00:00
|
|
|
using Microsoft.AspNetCore.Authorization;
|
2017-01-19 12:59:49 +01:00
|
|
|
|
2017-03-10 00:27:53 +01:00
|
|
|
namespace Yavsc.ViewModels.Auth
|
2017-01-19 12:59:49 +01:00
|
|
|
{
|
|
|
|
|
public class ViewRequirement : IAuthorizationRequirement
|
|
|
|
|
{
|
|
|
|
|
public ViewRequirement()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-03-19 17:57:55 +00:00
|
|
|
}
|