public void Setup()
 {
     _classUnderTest = new OrganisationsGateway(DatabaseContext);
 }
Exemple #2
0
 public void Setup()
 {
     _classUnderTest       = new UserOrganisationGateway(DatabaseContext);
     _organisationsGateway = new OrganisationsGateway(DatabaseContext);
     _usersGateway         = new UsersGateway(DatabaseContext);
 }