feat: WebAppUserRepository und WebAppUserHelper als Scoped-Dienste zur Service-Collection hinzugefügt
This commit is contained in:
@@ -11,11 +11,11 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StaffDBServer.SharedControllers
|
||||
{
|
||||
[JWTAuthorizeAttribute]
|
||||
[JWTAuthorize]
|
||||
public class WebAppUserController : BaseMiniController
|
||||
{
|
||||
private readonly WebAppUserRepository webAppUserRepository;
|
||||
WebAppUserHelper webAppUserHelper;
|
||||
private readonly WebAppUserHelper webAppUserHelper;
|
||||
|
||||
public WebAppUserController(WebApiContext context, WebAppUserRepository webAppUserRepository, WebAppUserHelper webAppUserHelper) : base(context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user