예제 #1
0
        public async Task GetAsync()
        {
            DataResponse <ItemType> response = await _service.GetAsync(ItemTypeId);

            Assert.IsNotNull(response);
        }