From b3c64af07735547da3962ec2dac878d8d77076c8 Mon Sep 17 00:00:00 2001 From: pavelbannov Date: Thu, 12 Dec 2019 18:33:48 +0300 Subject: [PATCH] EF: files renamed --- common/ASC.Core.Common/EF/Model/{ => Audit}/AuditEvent.cs | 0 common/ASC.Core.Common/EF/Model/{ => Audit}/LoginEvents.cs | 0 common/ASC.Core.Common/EF/Model/{ => Audit}/MessageEvent.cs | 0 common/ASC.Core.Common/EF/Model/{ => CRM}/CrmContact.cs | 0 common/ASC.Core.Common/EF/Model/{ => CRM}/DbVoipCall.cs | 0 common/ASC.Core.Common/EF/Model/{ => CRM}/VoipNumber.cs | 0 common/ASC.Core.Common/EF/Model/{ => Core}/Acl.cs | 0 common/ASC.Core.Common/EF/Model/{ => Core}/DbCoreSettings.cs | 0 .../ASC.Core.Common/EF/Model/{ => Core}/DbSubscriptionMethod.cs | 0 common/ASC.Core.Common/EF/Model/{ => Core}/Subscription.cs | 0 common/ASC.Core.Common/EF/Model/{ => Feed}/FeedAggregate.cs | 0 common/ASC.Core.Common/EF/Model/{ => Feed}/FeedLast.cs | 0 common/ASC.Core.Common/EF/Model/{ => Feed}/FeedReaded.cs | 0 common/ASC.Core.Common/EF/Model/{ => Feed}/FeedUsers.cs | 0 common/ASC.Core.Common/EF/Model/{ => Notify}/NotifyInfo.cs | 0 common/ASC.Core.Common/EF/Model/{ => Notify}/NotifyQueue.cs | 0 common/ASC.Core.Common/EF/Model/{ => Tenant}/DbButton.cs | 0 common/ASC.Core.Common/EF/Model/{ => Tenant}/DbQuota.cs | 0 common/ASC.Core.Common/EF/Model/{ => Tenant}/DbQuotaRow.cs | 0 common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTariff.cs | 0 common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTenant.cs | 0 common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTenantForbiden.cs | 0 common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTenantPartner.cs | 0 common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTenantVersion.cs | 0 .../ASC.Core.Common/EF/Model/{ => Tenant}/TenantIpRestrictions.cs | 0 common/ASC.Core.Common/EF/Model/{ => User}/DbGroup.cs | 0 common/ASC.Core.Common/EF/Model/{ => User}/User.cs | 0 common/ASC.Core.Common/EF/Model/{ => User}/UserGroup.cs | 0 common/ASC.Core.Common/EF/Model/{ => User}/UserPhoto.cs | 0 common/ASC.Core.Common/EF/Model/{ => User}/UserSecurity.cs | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename common/ASC.Core.Common/EF/Model/{ => Audit}/AuditEvent.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Audit}/LoginEvents.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Audit}/MessageEvent.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => CRM}/CrmContact.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => CRM}/DbVoipCall.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => CRM}/VoipNumber.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Core}/Acl.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Core}/DbCoreSettings.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Core}/DbSubscriptionMethod.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Core}/Subscription.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Feed}/FeedAggregate.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Feed}/FeedLast.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Feed}/FeedReaded.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Feed}/FeedUsers.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Notify}/NotifyInfo.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Notify}/NotifyQueue.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Tenant}/DbButton.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Tenant}/DbQuota.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Tenant}/DbQuotaRow.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTariff.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTenant.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTenantForbiden.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTenantPartner.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Tenant}/DbTenantVersion.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => Tenant}/TenantIpRestrictions.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => User}/DbGroup.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => User}/User.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => User}/UserGroup.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => User}/UserPhoto.cs (100%) rename common/ASC.Core.Common/EF/Model/{ => User}/UserSecurity.cs (100%) diff --git a/common/ASC.Core.Common/EF/Model/AuditEvent.cs b/common/ASC.Core.Common/EF/Model/Audit/AuditEvent.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/AuditEvent.cs rename to common/ASC.Core.Common/EF/Model/Audit/AuditEvent.cs diff --git a/common/ASC.Core.Common/EF/Model/LoginEvents.cs b/common/ASC.Core.Common/EF/Model/Audit/LoginEvents.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/LoginEvents.cs rename to common/ASC.Core.Common/EF/Model/Audit/LoginEvents.cs diff --git a/common/ASC.Core.Common/EF/Model/MessageEvent.cs b/common/ASC.Core.Common/EF/Model/Audit/MessageEvent.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/MessageEvent.cs rename to common/ASC.Core.Common/EF/Model/Audit/MessageEvent.cs diff --git a/common/ASC.Core.Common/EF/Model/CrmContact.cs b/common/ASC.Core.Common/EF/Model/CRM/CrmContact.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/CrmContact.cs rename to common/ASC.Core.Common/EF/Model/CRM/CrmContact.cs diff --git a/common/ASC.Core.Common/EF/Model/DbVoipCall.cs b/common/ASC.Core.Common/EF/Model/CRM/DbVoipCall.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbVoipCall.cs rename to common/ASC.Core.Common/EF/Model/CRM/DbVoipCall.cs diff --git a/common/ASC.Core.Common/EF/Model/VoipNumber.cs b/common/ASC.Core.Common/EF/Model/CRM/VoipNumber.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/VoipNumber.cs rename to common/ASC.Core.Common/EF/Model/CRM/VoipNumber.cs diff --git a/common/ASC.Core.Common/EF/Model/Acl.cs b/common/ASC.Core.Common/EF/Model/Core/Acl.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/Acl.cs rename to common/ASC.Core.Common/EF/Model/Core/Acl.cs diff --git a/common/ASC.Core.Common/EF/Model/DbCoreSettings.cs b/common/ASC.Core.Common/EF/Model/Core/DbCoreSettings.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbCoreSettings.cs rename to common/ASC.Core.Common/EF/Model/Core/DbCoreSettings.cs diff --git a/common/ASC.Core.Common/EF/Model/DbSubscriptionMethod.cs b/common/ASC.Core.Common/EF/Model/Core/DbSubscriptionMethod.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbSubscriptionMethod.cs rename to common/ASC.Core.Common/EF/Model/Core/DbSubscriptionMethod.cs diff --git a/common/ASC.Core.Common/EF/Model/Subscription.cs b/common/ASC.Core.Common/EF/Model/Core/Subscription.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/Subscription.cs rename to common/ASC.Core.Common/EF/Model/Core/Subscription.cs diff --git a/common/ASC.Core.Common/EF/Model/FeedAggregate.cs b/common/ASC.Core.Common/EF/Model/Feed/FeedAggregate.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/FeedAggregate.cs rename to common/ASC.Core.Common/EF/Model/Feed/FeedAggregate.cs diff --git a/common/ASC.Core.Common/EF/Model/FeedLast.cs b/common/ASC.Core.Common/EF/Model/Feed/FeedLast.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/FeedLast.cs rename to common/ASC.Core.Common/EF/Model/Feed/FeedLast.cs diff --git a/common/ASC.Core.Common/EF/Model/FeedReaded.cs b/common/ASC.Core.Common/EF/Model/Feed/FeedReaded.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/FeedReaded.cs rename to common/ASC.Core.Common/EF/Model/Feed/FeedReaded.cs diff --git a/common/ASC.Core.Common/EF/Model/FeedUsers.cs b/common/ASC.Core.Common/EF/Model/Feed/FeedUsers.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/FeedUsers.cs rename to common/ASC.Core.Common/EF/Model/Feed/FeedUsers.cs diff --git a/common/ASC.Core.Common/EF/Model/NotifyInfo.cs b/common/ASC.Core.Common/EF/Model/Notify/NotifyInfo.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/NotifyInfo.cs rename to common/ASC.Core.Common/EF/Model/Notify/NotifyInfo.cs diff --git a/common/ASC.Core.Common/EF/Model/NotifyQueue.cs b/common/ASC.Core.Common/EF/Model/Notify/NotifyQueue.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/NotifyQueue.cs rename to common/ASC.Core.Common/EF/Model/Notify/NotifyQueue.cs diff --git a/common/ASC.Core.Common/EF/Model/DbButton.cs b/common/ASC.Core.Common/EF/Model/Tenant/DbButton.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbButton.cs rename to common/ASC.Core.Common/EF/Model/Tenant/DbButton.cs diff --git a/common/ASC.Core.Common/EF/Model/DbQuota.cs b/common/ASC.Core.Common/EF/Model/Tenant/DbQuota.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbQuota.cs rename to common/ASC.Core.Common/EF/Model/Tenant/DbQuota.cs diff --git a/common/ASC.Core.Common/EF/Model/DbQuotaRow.cs b/common/ASC.Core.Common/EF/Model/Tenant/DbQuotaRow.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbQuotaRow.cs rename to common/ASC.Core.Common/EF/Model/Tenant/DbQuotaRow.cs diff --git a/common/ASC.Core.Common/EF/Model/DbTariff.cs b/common/ASC.Core.Common/EF/Model/Tenant/DbTariff.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbTariff.cs rename to common/ASC.Core.Common/EF/Model/Tenant/DbTariff.cs diff --git a/common/ASC.Core.Common/EF/Model/DbTenant.cs b/common/ASC.Core.Common/EF/Model/Tenant/DbTenant.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbTenant.cs rename to common/ASC.Core.Common/EF/Model/Tenant/DbTenant.cs diff --git a/common/ASC.Core.Common/EF/Model/DbTenantForbiden.cs b/common/ASC.Core.Common/EF/Model/Tenant/DbTenantForbiden.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbTenantForbiden.cs rename to common/ASC.Core.Common/EF/Model/Tenant/DbTenantForbiden.cs diff --git a/common/ASC.Core.Common/EF/Model/DbTenantPartner.cs b/common/ASC.Core.Common/EF/Model/Tenant/DbTenantPartner.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbTenantPartner.cs rename to common/ASC.Core.Common/EF/Model/Tenant/DbTenantPartner.cs diff --git a/common/ASC.Core.Common/EF/Model/DbTenantVersion.cs b/common/ASC.Core.Common/EF/Model/Tenant/DbTenantVersion.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbTenantVersion.cs rename to common/ASC.Core.Common/EF/Model/Tenant/DbTenantVersion.cs diff --git a/common/ASC.Core.Common/EF/Model/TenantIpRestrictions.cs b/common/ASC.Core.Common/EF/Model/Tenant/TenantIpRestrictions.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/TenantIpRestrictions.cs rename to common/ASC.Core.Common/EF/Model/Tenant/TenantIpRestrictions.cs diff --git a/common/ASC.Core.Common/EF/Model/DbGroup.cs b/common/ASC.Core.Common/EF/Model/User/DbGroup.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/DbGroup.cs rename to common/ASC.Core.Common/EF/Model/User/DbGroup.cs diff --git a/common/ASC.Core.Common/EF/Model/User.cs b/common/ASC.Core.Common/EF/Model/User/User.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/User.cs rename to common/ASC.Core.Common/EF/Model/User/User.cs diff --git a/common/ASC.Core.Common/EF/Model/UserGroup.cs b/common/ASC.Core.Common/EF/Model/User/UserGroup.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/UserGroup.cs rename to common/ASC.Core.Common/EF/Model/User/UserGroup.cs diff --git a/common/ASC.Core.Common/EF/Model/UserPhoto.cs b/common/ASC.Core.Common/EF/Model/User/UserPhoto.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/UserPhoto.cs rename to common/ASC.Core.Common/EF/Model/User/UserPhoto.cs diff --git a/common/ASC.Core.Common/EF/Model/UserSecurity.cs b/common/ASC.Core.Common/EF/Model/User/UserSecurity.cs similarity index 100% rename from common/ASC.Core.Common/EF/Model/UserSecurity.cs rename to common/ASC.Core.Common/EF/Model/User/UserSecurity.cs