Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/dev-task-2-1-2-wk' into dev-task-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Soplicow committed Jun 10, 2024
2 parents eee3bb1 + 5f4399c commit df56de7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Library/Presentation/Model/API/IEventModelOperation.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Presentation.Model;
using Service.API;
using Service.API;

namespace Presentation.Model.API
{
Expand Down
3 changes: 1 addition & 2 deletions Library/Presentation/Model/API/IProductModelOperation.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Presentation.Model;
using Service.API;
using Service.API;

namespace Presentation.Model.API
{
Expand Down
3 changes: 1 addition & 2 deletions Library/Presentation/Model/API/IStateModelOperation.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Presentation.Model;
using Service.API;
using Service.API;

namespace Presentation.Model.API
{
Expand Down
4 changes: 1 addition & 3 deletions Library/Presentation/Model/API/IUserModelOperation.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Presentation.Model;
using Service.API;
using Service.Implementation;
using Service.API;

namespace Presentation.Model.API
{
Expand Down

0 comments on commit df56de7

Please sign in to comment.