Example #1
0
 public void Setup()
 {
     connection        = ServiceTestHelper.GetDatabaseConnection();
     groupsDataService = new GroupsDataService(connection);
 }
Example #2
0
 public GroupsService(GroupsDataService service)
 {
     _service = service;
 }