File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- namespace Services . Extensions ;
1+ namespace Common . Extensions ;
22
33public static class DateExtensions
44{
Original file line number Diff line number Diff line change 1- namespace Services . Extensions ;
1+ namespace Common . Extensions ;
22
33public static class ListExtensions
44{
Original file line number Diff line number Diff line change 11using System . Text . Json ;
22using Common ;
3+ using Common . Extensions ;
34using Microsoft . AspNetCore . WebUtilities ;
45using Microsoft . Extensions . Configuration ;
56using Microsoft . Extensions . Logging ;
6- using Services . Extensions ;
77using Services . Models ;
88using Services . Utility ;
99
Original file line number Diff line number Diff line change 1+ using Common . Extensions ;
12using Microsoft . Extensions . Logging ;
2- using Services . Extensions ;
33
44namespace Services ;
55
Original file line number Diff line number Diff line change 11using System . Globalization ;
2- using Services . Extensions ;
2+ using Common . Extensions ;
33
44namespace Services . Utility ;
55
Original file line number Diff line number Diff line change 1- using Services . Extensions ;
1+ using Common . Extensions ;
22using Shouldly ;
33using Xunit ;
44
Original file line number Diff line number Diff line change 1+ using Common . Extensions ;
12using Microsoft . Extensions . Logging . Abstractions ;
23using NSubstitute ;
34using Services ;
4- using Services . Extensions ;
55using Services . Models ;
66using Shouldly ;
77using Xunit ;
Original file line number Diff line number Diff line change 11using System . Globalization ;
2+ using Common . Extensions ;
23using Services . Exceptions ;
3- using Services . Extensions ;
44using Services . Models ;
55using Services . Utility ;
66using Shouldly ;
You can’t perform that action at this time.
0 commit comments