예제 #1
0
 // Läs existerande Utrustningstyper
 public List <EquipmentType> GetEquipmentTypes()
 {
     return(_marketData.GetEquipmentTypes());
 }