rename OCS to Ocs
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.OCS.Responses
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses
|
||||
{
|
||||
public interface IOcsResponse
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.OCS.Responses
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses
|
||||
{
|
||||
public interface IOcsResponseData
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.OCS.Responses
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses
|
||||
{
|
||||
public interface IOcsResponseMeta
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.OCS.Responses
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses
|
||||
{
|
||||
public class OcsResponse<TMeta, TData> : IOcsResponse where TMeta : IOcsResponseMeta where TData : IOcsResponseData
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.OCS.Responses
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses
|
||||
{
|
||||
public class OcsResponseData : IOcsResponseData
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.OCS.Responses
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses
|
||||
{
|
||||
public class OcsResponseDataArray<TEntry> : List<TEntry>, IOcsResponseData where TEntry : OcsResponseDataEntry
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.OCS.Responses
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses
|
||||
{
|
||||
public class OcsResponseDataEntry
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.OCS.Responses
|
||||
namespace Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses
|
||||
{
|
||||
public class OcsResponseMeta : IOcsResponseMeta
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user