示例#1
0
 public async Task Save_Null_Throws()
 {
     await Assert.ThrowsAsync <ArgumentNullException>(async() => await _service.SaveAsync(null));
 }