Exemplo n.º 1
0
 public HomeController(TxtService txtService)
 {
     TxtService = txtService;
 }
Exemplo n.º 2
0
 public Lab1_UnitTests()
 {
     _txtService = new TxtService();
 }