public AzureFileRepository(string connectionString, string resourcePath, string repositoryReference = "happydariobot") { _connectionString = connectionString; _resourcePath = resourcePath; _repositoryReference = repositoryReference; _stringNormalizer = new StringNormalizer(); }
public NameMatcher(string[] namesList) { _namesList = namesList; _stringNormalizer = new StringNormalizer(); }