From 1aa8c1f58dffc759a729cb54bc591b04cbebf990 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 25 Jan 2019 17:28:42 +0000 Subject: [PATCH] =?UTF-8?q?d=C3=A9plac=C3=A9=20ou=20comment=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ApiControllers/{ => Blogspot}/BlogApiController.cs | 0 .../ApiControllers/{ => Blogspot}/BlogTagsApiController.cs | 0 .../ApiControllers/{ => Blogspot}/CommentsApiController.cs | 0 .../{ => Blogspot}/FileSystemApiController.cs | 0 .../ApiControllers/{ => Business}/BillingController.cs | 0 .../ApiControllers/{ => Business}/BookQueryApiController.cs | 0 .../ApiControllers/{ => Business}/EstimateApiController.cs | 0 .../{ => Business}/EstimateTemplatesApiController.cs | 0 .../{ => Business}/FrontOfficeApiController.cs | 0 .../ApiControllers/{ => Business}/PaymentApiController.cs | 0 .../{ => Relationship}/BlackListApiController.cs | 0 .../{ => Relationship}/BlogAclApiController.cs | 0 .../ApiControllers/{ => Relationship}/ChatApiController.cs | 0 .../{ => Relationship}/CircleApiController.cs | 0 .../{ => Relationship}/ContactsApiController.cs | 0 src/Yavsc/ApiControllers/Streaming/LiveApiController.cs | 6 +++++- .../ApiControllers/{ => accounting}/AccountController.cs | 0 .../{ => accounting}/ApplicationUserApiController.cs | 0 18 files changed, 5 insertions(+), 1 deletion(-) rename src/Yavsc/ApiControllers/{ => Blogspot}/BlogApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Blogspot}/BlogTagsApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Blogspot}/CommentsApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Blogspot}/FileSystemApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Business}/BillingController.cs (100%) rename src/Yavsc/ApiControllers/{ => Business}/BookQueryApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Business}/EstimateApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Business}/EstimateTemplatesApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Business}/FrontOfficeApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Business}/PaymentApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Relationship}/BlackListApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Relationship}/BlogAclApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Relationship}/ChatApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Relationship}/CircleApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => Relationship}/ContactsApiController.cs (100%) rename src/Yavsc/ApiControllers/{ => accounting}/AccountController.cs (100%) rename src/Yavsc/ApiControllers/{ => accounting}/ApplicationUserApiController.cs (100%) diff --git a/src/Yavsc/ApiControllers/BlogApiController.cs b/src/Yavsc/ApiControllers/Blogspot/BlogApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/BlogApiController.cs rename to src/Yavsc/ApiControllers/Blogspot/BlogApiController.cs diff --git a/src/Yavsc/ApiControllers/BlogTagsApiController.cs b/src/Yavsc/ApiControllers/Blogspot/BlogTagsApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/BlogTagsApiController.cs rename to src/Yavsc/ApiControllers/Blogspot/BlogTagsApiController.cs diff --git a/src/Yavsc/ApiControllers/CommentsApiController.cs b/src/Yavsc/ApiControllers/Blogspot/CommentsApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/CommentsApiController.cs rename to src/Yavsc/ApiControllers/Blogspot/CommentsApiController.cs diff --git a/src/Yavsc/ApiControllers/FileSystemApiController.cs b/src/Yavsc/ApiControllers/Blogspot/FileSystemApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/FileSystemApiController.cs rename to src/Yavsc/ApiControllers/Blogspot/FileSystemApiController.cs diff --git a/src/Yavsc/ApiControllers/BillingController.cs b/src/Yavsc/ApiControllers/Business/BillingController.cs similarity index 100% rename from src/Yavsc/ApiControllers/BillingController.cs rename to src/Yavsc/ApiControllers/Business/BillingController.cs diff --git a/src/Yavsc/ApiControllers/BookQueryApiController.cs b/src/Yavsc/ApiControllers/Business/BookQueryApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/BookQueryApiController.cs rename to src/Yavsc/ApiControllers/Business/BookQueryApiController.cs diff --git a/src/Yavsc/ApiControllers/EstimateApiController.cs b/src/Yavsc/ApiControllers/Business/EstimateApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/EstimateApiController.cs rename to src/Yavsc/ApiControllers/Business/EstimateApiController.cs diff --git a/src/Yavsc/ApiControllers/EstimateTemplatesApiController.cs b/src/Yavsc/ApiControllers/Business/EstimateTemplatesApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/EstimateTemplatesApiController.cs rename to src/Yavsc/ApiControllers/Business/EstimateTemplatesApiController.cs diff --git a/src/Yavsc/ApiControllers/FrontOfficeApiController.cs b/src/Yavsc/ApiControllers/Business/FrontOfficeApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/FrontOfficeApiController.cs rename to src/Yavsc/ApiControllers/Business/FrontOfficeApiController.cs diff --git a/src/Yavsc/ApiControllers/PaymentApiController.cs b/src/Yavsc/ApiControllers/Business/PaymentApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/PaymentApiController.cs rename to src/Yavsc/ApiControllers/Business/PaymentApiController.cs diff --git a/src/Yavsc/ApiControllers/BlackListApiController.cs b/src/Yavsc/ApiControllers/Relationship/BlackListApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/BlackListApiController.cs rename to src/Yavsc/ApiControllers/Relationship/BlackListApiController.cs diff --git a/src/Yavsc/ApiControllers/BlogAclApiController.cs b/src/Yavsc/ApiControllers/Relationship/BlogAclApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/BlogAclApiController.cs rename to src/Yavsc/ApiControllers/Relationship/BlogAclApiController.cs diff --git a/src/Yavsc/ApiControllers/ChatApiController.cs b/src/Yavsc/ApiControllers/Relationship/ChatApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/ChatApiController.cs rename to src/Yavsc/ApiControllers/Relationship/ChatApiController.cs diff --git a/src/Yavsc/ApiControllers/CircleApiController.cs b/src/Yavsc/ApiControllers/Relationship/CircleApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/CircleApiController.cs rename to src/Yavsc/ApiControllers/Relationship/CircleApiController.cs diff --git a/src/Yavsc/ApiControllers/ContactsApiController.cs b/src/Yavsc/ApiControllers/Relationship/ContactsApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/ContactsApiController.cs rename to src/Yavsc/ApiControllers/Relationship/ContactsApiController.cs diff --git a/src/Yavsc/ApiControllers/Streaming/LiveApiController.cs b/src/Yavsc/ApiControllers/Streaming/LiveApiController.cs index ac178fdd..20f351e4 100644 --- a/src/Yavsc/ApiControllers/Streaming/LiveApiController.cs +++ b/src/Yavsc/ApiControllers/Streaming/LiveApiController.cs @@ -130,7 +130,11 @@ namespace Yavsc.Controllers } - + /// + /// Lists user's live castings + /// + /// user id + /// public IActionResult Index(long? id) { if (id==0) diff --git a/src/Yavsc/ApiControllers/AccountController.cs b/src/Yavsc/ApiControllers/accounting/AccountController.cs similarity index 100% rename from src/Yavsc/ApiControllers/AccountController.cs rename to src/Yavsc/ApiControllers/accounting/AccountController.cs diff --git a/src/Yavsc/ApiControllers/ApplicationUserApiController.cs b/src/Yavsc/ApiControllers/accounting/ApplicationUserApiController.cs similarity index 100% rename from src/Yavsc/ApiControllers/ApplicationUserApiController.cs rename to src/Yavsc/ApiControllers/accounting/ApplicationUserApiController.cs