コード例 #1
0
 public IEnumerable <FloorDTO> GetByBuilding(int idBuilding)
 {
     return(floorService.getAllByBuilding(idBuilding));
 }