Esempio n. 1
0
        public async Task CanCreate()
        {
            await _service.CreateAsync(UserAction.Add, "Some description");

            Assert.Single(_data);
        }