mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-10 06:55:17 +00:00
4 lines
164 B
C#
4 lines
164 B
C#
|
global using Microsoft.AspNetCore.Authorization;
|
|||
|
global using Microsoft.AspNetCore.Mvc;
|
|||
|
global using Microsoft.Identity.Web;
|
|||
|
global using System.Security.Claims;
|