From bfb98131e52ef1ae15bd0be48951e108a30bfa5e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 2 Dec 2016 23:32:36 -0500 Subject: [PATCH] organization service implementations into their own folder --- src/Core/Services/{ => Implementations}/AzureBlockIpService.cs | 0 src/Core/Services/{ => Implementations}/CipherService.cs | 0 src/Core/Services/{ => Implementations}/DeviceService.cs | 0 src/Core/Services/{ => Implementations}/MailService.cs | 0 src/Core/Services/{ => Implementations}/PushService.cs | 0 src/Core/Services/{ => Implementations}/UserService.cs | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/Core/Services/{ => Implementations}/AzureBlockIpService.cs (100%) rename src/Core/Services/{ => Implementations}/CipherService.cs (100%) rename src/Core/Services/{ => Implementations}/DeviceService.cs (100%) rename src/Core/Services/{ => Implementations}/MailService.cs (100%) rename src/Core/Services/{ => Implementations}/PushService.cs (100%) rename src/Core/Services/{ => Implementations}/UserService.cs (100%) diff --git a/src/Core/Services/AzureBlockIpService.cs b/src/Core/Services/Implementations/AzureBlockIpService.cs similarity index 100% rename from src/Core/Services/AzureBlockIpService.cs rename to src/Core/Services/Implementations/AzureBlockIpService.cs diff --git a/src/Core/Services/CipherService.cs b/src/Core/Services/Implementations/CipherService.cs similarity index 100% rename from src/Core/Services/CipherService.cs rename to src/Core/Services/Implementations/CipherService.cs diff --git a/src/Core/Services/DeviceService.cs b/src/Core/Services/Implementations/DeviceService.cs similarity index 100% rename from src/Core/Services/DeviceService.cs rename to src/Core/Services/Implementations/DeviceService.cs diff --git a/src/Core/Services/MailService.cs b/src/Core/Services/Implementations/MailService.cs similarity index 100% rename from src/Core/Services/MailService.cs rename to src/Core/Services/Implementations/MailService.cs diff --git a/src/Core/Services/PushService.cs b/src/Core/Services/Implementations/PushService.cs similarity index 100% rename from src/Core/Services/PushService.cs rename to src/Core/Services/Implementations/PushService.cs diff --git a/src/Core/Services/UserService.cs b/src/Core/Services/Implementations/UserService.cs similarity index 100% rename from src/Core/Services/UserService.cs rename to src/Core/Services/Implementations/UserService.cs