Пример #1
0
 public Facility getByCode(Facility facility) {
   return facilityRepository.getByCode(facility.getCode());
 }