15 lines
441 B
C#
15 lines
441 B
C#
global using Service;
|
|
global using Repository;
|
|
global using Entity;
|
|
global using FluentAssertions;
|
|
global using NSubstitute;
|
|
global using Service.Budget;
|
|
global using Xunit;
|
|
global using Yitter.IdGenerator;
|
|
global using WebApi.Test.Basic;
|
|
global using Common;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using Application;
|
|
global using Application.Exceptions;
|
|
global using Microsoft.Extensions.Options;
|
|
global using Application.Dto; |