Ejemplo n.º 1
0
 public Party Get(string abbreviation)
 {
     return(_partyService.Get(abbreviation));
 }