This commit is contained in:
pavelbannov 2023-05-08 17:37:53 +03:00
parent cc1c1d893e
commit 3e451e54b6

View File

@ -24,7 +24,7 @@
// content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0
// International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
namespace ASC.Core.Common.Tenants;
namespace ASC.Core.Tenants;
[Scope]
internal class TenantQuotaPriceResolver : IValueResolver<DbQuota, TenantQuota, decimal>