Exemple #1
0
        public async void Insert_Gateway_Inserts_Element()
        {
            var gatewayResult = await service.AddGateway(gatewayDto);

            Assert.Null(gatewayResult.Messages);
        }