Exemplo n.º 1
0
 private string AbbreviateShipType(string longShipType)
 {
     return(ShipTypes.GetShipType(longShipType).Code);
 }