Example #1
0
        public async Task TestMapping()
        {
            var input = new CreateProjectRequest
            {
                ContentBody = "Test"
            };

            var result = await _toTest.CreateProjectAsync(input);
        }