public HomeController(TxtService txtService)
 {
     TxtService = txtService;
 }
Beispiel #2
0
 public Lab1_UnitTests()
 {
     _txtService = new TxtService();
 }