Пример #1
0
 public SlugGenerator(Slug slug)
 {
     this.slug = slug;
 }
Пример #2
0
 public void TestFixtureSetUp()
 {
     this.caseInvariantSlug = this.CreateCaseInvariantSlug();
     this.lowercaseSlug = this.CreateLowercaseSlug();
     this.defaultSlug = this.CreateDefaultSlug();
     this.customReplacementSlug = this.CreateCustomReplacementSlug();
 }