15 lines
481 B
C#
15 lines
481 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Net.Http;
|
|
global using System.Security.Claims;
|
|
global using System.Text;
|
|
global using System.Text.Json;
|
|
global using System.Threading.Tasks;
|
|
global using Microsoft.AspNetCore.Http;
|
|
global using Microsoft.eShopOnContainers.Services.Basket.API.Model;
|
|
global using Microsoft.eShopOnContainers.WebMVC.ViewModels;
|
|
global using WebMVC.Services.ModelDTOs;
|
|
global using Xunit;
|
|
|