По код-стайлу §11 метод Create реализуется явно (ISecretCipher ISecretCipherFactory.Create()), интерфейс вызывается только по порту; тест фабрики типизирован интерфейсом.
This commit is contained in:
@@ -27,5 +27,5 @@ public sealed class TenantLimitStoreFactory : ITenantLimitStoreFactory
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public ITenantLimitStore Create() => new TenantLimitStore(_dbContext, _defaults);
|
||||
ITenantLimitStore ITenantLimitStoreFactory.Create() => new TenantLimitStore(_dbContext, _defaults);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user