Exemplo n.º 1
0
 public async Task GetLabelByIdAsync_Given_NullId_Should_ThrowExceptionAsync()
 {
     await _labelController.GetLabelByIdAsync(string.Empty);
 }