Пример #1
0
 public void Setup()
 {
     _classUnderTest = new ExampleGateway(DatabaseContext);
 }
Пример #2
0
 public void Setup()
 {
     _classUnderTest = new ExampleGateway(new SqlConnection());
 }