2026-01-20 19:11:05 +08:00
|
|
|
|
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;
|
2026-01-21 18:52:31 +08:00
|
|
|
|
global using WebApi.Test.Basic;
|
2026-02-10 17:49:19 +08:00
|
|
|
|
global using Common;
|
|
|
|
|
|
global using Microsoft.Extensions.Logging;
|
|
|
|
|
|
global using Application;
|
|
|
|
|
|
global using Application.Exceptions;
|
|
|
|
|
|
global using Microsoft.Extensions.Options;
|
|
|
|
|
|
global using Application.Dto;
|