Ejemplo n.º 1
0
 public IEnumerable <PartyDto> GetPartiesByIds([FromQuery] IEnumerable <int> ids)
 {
     return(_partyService.GetByIds(ids));
 }