9 lines
241 B
C#
9 lines
241 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;
|