File tree 7 files changed +0
-16
lines changed
src/Infrastructure/Persistence
CreateCustomerCommandHandler
GetCustomerByIdQueryHandler
7 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1
- using Microsoft . EntityFrameworkCore ;
2
1
using WebApiTemplate . Core ;
3
2
4
3
namespace WebApiTemplate . Infrastructure . Persistence ;
Original file line number Diff line number Diff line change 3
3
#pragma warning disable CS8618
4
4
5
5
using System . Data . Common ;
6
- using System . Linq ;
7
- using System . Threading . Tasks ;
8
- using Microsoft . AspNetCore . Hosting ;
9
6
using Microsoft . AspNetCore . Mvc . Testing ;
10
7
using Microsoft . EntityFrameworkCore ;
11
- using Microsoft . Extensions . DependencyInjection ;
12
8
using Npgsql ;
13
9
using Respawn ;
14
10
using Respawn . Graph ;
Original file line number Diff line number Diff line change 1
1
using System . Net ;
2
- using System . Net . Http . Json ;
3
- using System . Threading . Tasks ;
4
2
using FluentAssertions ;
5
3
using Microsoft . EntityFrameworkCore ;
6
- using Microsoft . Extensions . DependencyInjection ;
7
4
using WebApiTemplate . Api . Customers . Requests ;
8
5
using WebApiTemplate . Infrastructure . Persistence ;
9
6
using Xunit ;
Original file line number Diff line number Diff line change 1
1
using System . Net ;
2
- using System . Net . Http . Json ;
3
- using System . Threading . Tasks ;
4
2
using FluentAssertions ;
5
3
using Microsoft . EntityFrameworkCore ;
6
- using Microsoft . Extensions . DependencyInjection ;
7
4
using WebApiTemplate . Infrastructure . Persistence ;
8
5
using Xunit ;
9
6
Original file line number Diff line number Diff line change 1
1
using System . Net ;
2
- using System . Net . Http . Json ;
3
- using System . Threading . Tasks ;
4
2
using FluentAssertions ;
5
3
using Microsoft . EntityFrameworkCore ;
6
- using Microsoft . Extensions . DependencyInjection ;
7
4
using WebApiTemplate . Infrastructure . Persistence ;
8
5
using Xunit ;
9
6
Original file line number Diff line number Diff line change 1
- using System . Threading . Tasks ;
2
1
using NSubstitute ;
3
2
using WebApiTemplate . Application . Customers . Commands ;
4
3
using WebApiTemplate . Core ;
Original file line number Diff line number Diff line change 1
- using System . Threading . Tasks ;
2
1
using FluentAssertions ;
3
2
using NSubstitute ;
4
3
using WebApiTemplate . Application . Customers . Queries ;
You can’t perform that action at this time.
0 commit comments