-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalUsings.cs
More file actions
22 lines (22 loc) · 844 Bytes
/
Copy pathGlobalUsings.cs
File metadata and controls
22 lines (22 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
global using System;
global using System.Collections.Generic;
global using System.Data;
global using System.Linq;
global using System.Reflection;
global using System.Transactions;
global using Microsoft.AspNetCore.Http.HttpResults;
global using Microsoft.AspNetCore.Http;
global using Microsoft.Extensions.Caching.Memory;
global using Microsoft.Extensions.Configuration;
global using Serilog;
global using Serilog.Formatting.Json;
global using System.Threading.Tasks;
global using Microsoft.AspNetCore.Mvc;
global using MBDEVproAPI.Common.Models;
global using MBDEVproAPI.Common.ViewModels;
global using MBDEVproAPI.Repository;
global using MBDEVproAPI.BLL.Interfaces;
global using MBDEVproAPI.BLL.Services;
global using MBDEVproAPI.DataModel;
global using MBDEVproAPI.DataModel.Entities;
global using MBDEVproAPI.Repository.Interfaces;