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