estimate view authorization

This commit is contained in:
Paul Schneider 2016-12-02 13:22:39 +01:00
commit 5159723eab
7 changed files with 71 additions and 28 deletions

View file

@ -181,6 +181,7 @@ namespace Yavsc
services.AddSingleton<IAuthorizationHandler, CommandEditHandler>();
services.AddSingleton<IAuthorizationHandler, CommandViewHandler>();
services.AddSingleton<IAuthorizationHandler, PostUserFileHandler>();
services.AddSingleton<IAuthorizationHandler, EstimateViewHandler>();
services.AddMvc(config =>
{