Skip to content

Commit

Permalink
Ignore default binding conventions for Tenant - we deal with this man…
Browse files Browse the repository at this point in the history
…ually
  • Loading branch information
einari committed Apr 12, 2017
1 parent e822758 commit 5f7d815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Bifrost/Tenancy/Tenant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
* Licensed under the MIT License. See LICENSE in the project root for license information.
*--------------------------------------------------------------------------------------------*/

using Bifrost.Execution;

namespace Bifrost.Tenancy
{
/// <summary>
/// Represents a <see cref="ITenant"/> in the system
/// </summary>
[IgnoreDefaultConvention]
public class Tenant : ITenant
{
/// <summary>
Expand Down

0 comments on commit 5f7d815

Please sign in to comment.