Esempio n. 1
0
 public List <ClaimDto> GetClaims([Service] IClaimsService context)
 {
     return(context.GetAll().Adapt <List <ClaimDto> >());
 }