public void Setup()
 {
     _classUnderTest = new OrganisationsGateway(DatabaseContext);
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _classUnderTest       = new UserOrganisationGateway(DatabaseContext);
     _organisationsGateway = new OrganisationsGateway(DatabaseContext);
     _usersGateway         = new UsersGateway(DatabaseContext);
 }