예제 #1
0
 public async Task NullInput_ShouldThrow()
 {
     await Assert.ThrowsAsync <Exception>(() => _useCase.Execute(null));
 }
예제 #2
0
 public async Task ToggleHelper()
 {
     await _useCase.Execute(new ToggleHelperRoleInput(Context.User.Id));
 }