- global using Xunit;
- global using Diligent.WebAPI.Business.Services.Interfaces;
- global using Diligent.WebAPI.Contracts.DTOs.Insurer;
- global using Diligent.WebAPI.Host.Controllers.V1;
- global using FluentAssertions;
- global using Microsoft.AspNetCore.Mvc;
- global using NSubstitute;
|