重构存款预算
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 44s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 3s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 44s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 3s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
This commit is contained in:
9
WebApi.Test/GlobalUsings.cs
Normal file
9
WebApi.Test/GlobalUsings.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user