Esempio n. 1
0
 async public Task <IEnumerable <MitchellClaimType> > ListClaimsAsync()
 {
     return(await _claimsRepository.ListAllAsync(Commands.GetAllClaims));
 }