Ejemplo n.º 1
0
 public async Task <IList <ClaimTypeDto> > GetAll()
 {
     return(await _identityClaimTypeAppService.GetAll());
 }
Ejemplo n.º 2
0
        public async Task GetAll()
        {
            var result = await _identityClaimTypeAppService.GetAll();

            result.Count.ShouldBeGreaterThan(0);
        }