14 lines
636 B
C#
14 lines
636 B
C#
global using System.Text.Json;
|
|
global using CatalogApi;
|
|
global using Grpc.Core;
|
|
global using Grpc.Core.Interceptors;
|
|
global using GrpcBasket;
|
|
global using Microsoft.AspNetCore.Authorization;
|
|
global using Microsoft.AspNetCore.Mvc;
|
|
global using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Config;
|
|
global using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Infrastructure;
|
|
global using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Models;
|
|
global using Microsoft.eShopOnContainers.Mobile.Shopping.HttpAggregator.Services;
|
|
global using Microsoft.Extensions.Options;
|
|
global using Services.Common;
|