File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed
Supermarket/Domain/Services/Contracts Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1
- using Supermarket . Domain . Communication ;
2
- using Supermarket . Entites . Models ;
3
- using System ;
1
+ using Supermarket . Core . Models ;
2
+ using Supermarket . Domain . Communication ;
4
3
using System . Collections . Generic ;
5
- using System . Linq ;
6
4
using System . Threading . Tasks ;
7
5
8
6
namespace Supermarket . Domain . Services . Contracts
Original file line number Diff line number Diff line change 1
- using Supermarket . Entites . Models ;
2
- using System ;
1
+ using Supermarket . Core . Models ;
3
2
using System . Collections . Generic ;
4
- using System . Linq ;
5
3
using System . Threading . Tasks ;
6
4
7
5
namespace Supermarket . Domain . Services . Contracts
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Threading . Tasks ;
5
-
6
- namespace Supermarket . Domain . Services . Contracts
1
+ namespace Supermarket . Domain . Services . Contracts
7
2
{
8
3
public interface IServiceWrapper
9
4
{
You can’t perform that action at this time.
0 commit comments