Exemplo n.º 1
0
        private void SetIsColonyCreatedToTrue(ServiceProxy sut)
        {
            var message = new CreatedColonyMessage();

            sut.CreatedColonyHandler(message);
        }