From 5f7d815c5413d3806d5f40ffb2364eb0343ca507 Mon Sep 17 00:00:00 2001 From: Einar Ingebrigtsen Date: Wed, 12 Apr 2017 15:52:47 +0200 Subject: [PATCH] Ignore default binding conventions for Tenant - we deal with this manually --- Source/Bifrost/Tenancy/Tenant.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Bifrost/Tenancy/Tenant.cs b/Source/Bifrost/Tenancy/Tenant.cs index 7a3728dd7..2b1891039 100644 --- a/Source/Bifrost/Tenancy/Tenant.cs +++ b/Source/Bifrost/Tenancy/Tenant.cs @@ -3,11 +3,14 @@ * Licensed under the MIT License. See LICENSE in the project root for license information. *--------------------------------------------------------------------------------------------*/ +using Bifrost.Execution; + namespace Bifrost.Tenancy { /// /// Represents a in the system /// + [IgnoreDefaultConvention] public class Tenant : ITenant { ///