Esempio n. 1
0
 public UserController(ITestsBank testsBank)
 {
     _testsBank = testsBank;
 }
Esempio n. 2
0
 public AuthorController(ITestsBank banksTest)
 {
     this._banksTest = banksTest;
 }
Esempio n. 3
0
 public BookController(ITestsBank testsBank)
 {
     this._testsBank = testsBank;
 }
Esempio n. 4
0
 public SuggestionController(ITestsBank testsBank)
 {
     _testsBank = testsBank;
 }