pull/191/head
Halil İbrahim Kalkan 8 years ago
parent 2aa25fc08d
commit 136dd5b41d

@ -5,6 +5,8 @@ using Volo.Abp.ObjectMapping;
namespace Volo.Abp.MultiTenancy
{
//TODO: This class should use caching instead of querying everytime!
public class TenantStore : ITenantStore, ITransientDependency
{
private readonly ITenantRepository _tenantRepository;

Loading…
Cancel
Save