Esempio n. 1
0
 public NotesController()
 {
     this.notesCreator = new NotesCreator();
     this.textParser   = new TextParser();
 }
Esempio n. 2
0
 public NotesCreatorTests()
 {
     this.notesCreator = new NotesCreator();
 }
Esempio n. 3
0
 public BlockCreatorTests()
 {
     this.notesCreator = new NotesCreator();
     this.blockCreator = new BlockCreator();
 }
Esempio n. 4
0
 public BlockController()
 {
     this.notesCreator = new NotesCreator();
     this.blockCreator = new BlockCreator();
 }