Solved the authorize not found error

This commit is contained in:
ashutosh.nehete 2025-12-01 16:58:00 +05:30
parent e1ca7e6152
commit 4282a6e1f7

View File

@ -6,6 +6,7 @@ using Marco.Pms.Model.ViewModels.Master;
using Marco.Pms.Services.Helpers; using Marco.Pms.Services.Helpers;
using MarcoBMS.Services.Helpers; using MarcoBMS.Services.Helpers;
using MarcoBMS.Services.Service; using MarcoBMS.Services.Service;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;