Exemplo n.º 1
0
 public AzureFileRepository(string connectionString, string resourcePath, string repositoryReference = "happydariobot")
 {
     _connectionString    = connectionString;
     _resourcePath        = resourcePath;
     _repositoryReference = repositoryReference;
     _stringNormalizer    = new StringNormalizer();
 }
Exemplo n.º 2
0
 public NameMatcher(string[] namesList)
 {
     _namesList        = namesList;
     _stringNormalizer = new StringNormalizer();
 }