Exemplo n.º 1
0
 public BaseTest()
 {
     this.ApiInit      = AutofacExt.GetFromFac <Api_Init>();
     this.DataInit     = AutofacExt.GetFromFac <Data_Init>();
     this.DatabaseInit = AutofacExt.GetFromFac <Database_Init>();
     this.FormInit     = AutofacExt.GetFromFac <Form_Init>();
 }
Exemplo n.º 2
0
 public API_Test()
 {
     this._apiService = AutofacExt.GetFromFac <ApiService>();
 }
Exemplo n.º 3
0
 public DbServiceTests()
 {
     _dbTableService = AutofacExt.GetFromFac <DbTableService>();
     _dbColService   = AutofacExt.GetFromFac <DbColumnService>();
 }