Exemplo n.º 1
0
 public List <Equipment> ListEquipment(int?organisationId, int?equipmentId, bool showLegacy)
 {
     return(ApartmentMethods.ListEquipment(organisationId, equipmentId, showLegacy));
 }