public async Task <IList <ClaimTypeDto> > GetAll() { return(await _identityClaimTypeAppService.GetAll()); }
public async Task GetAll() { var result = await _identityClaimTypeAppService.GetAll(); result.Count.ShouldBeGreaterThan(0); }