Skip to content

Commit

Permalink
move pusher related objects
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathura committed Aug 7, 2020
1 parent c7294ad commit 7c2e393
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Spacearr.Common.Models
namespace Spacearr.Pusher.API.Models
{
public class PusherReceiveMessageModel
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Spacearr.Common.Models
namespace Spacearr.Pusher.API.Models
{
public class PusherReceiveMessageObjectModel
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Spacearr.Common.Enums;

namespace Spacearr.Common.Models
namespace Spacearr.Pusher.API.Models
{
public class PusherSendMessageModel
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Spacearr.Common.Models
namespace Spacearr.Pusher.API.Models
{
public class PusherSendRequestResultObjectModel
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Spacearr.Common.ComputerDrive.Interfaces;
using Spacearr.Common.Enums;
using Spacearr.Common.Logger.Interfaces;
using Spacearr.Common.Models;
using Spacearr.Pusher.API.Models;
using Spacearr.Pusher.API.Receivers.Interfaces;
using System;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using Spacearr.Common.Enums;
using Spacearr.Common.Logger.Interfaces;
using Spacearr.Common.Models;
using Spacearr.Pusher.API.Models;
using Spacearr.Pusher.API.Receivers.Interfaces;
using System;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Newtonsoft.Json;
using Spacearr.Common.Logger.Interfaces;
using Spacearr.Common.Models;
using Spacearr.Pusher.API.Models;
using Spacearr.Pusher.API.Receivers.Interfaces;
using System;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Spacearr.Common.Enums;
using Spacearr.Common.Logger.Interfaces;
using Spacearr.Common.Models;
using Spacearr.Pusher.API.Models;
using Spacearr.Pusher.API.Services.Interfaces;
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Spacearr.Common.Enums;
using Spacearr.Common.Logger.Interfaces;
using Spacearr.Common.Models;
using Spacearr.Pusher.API.Models;
using Spacearr.Pusher.API.Services.Interfaces;
using System;
using System.Threading.Tasks;
Expand Down

0 comments on commit 7c2e393

Please sign in to comment.