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