Ejemplo n.º 1
0
 public ActionResult <List <ParkingLotDTO_Return> > GetAllParkingLots()
 {
     return(Ok(_parkingLotMapper.CreateListOfParkingLotDTOReturnsFromParkingLotList(_parkingLotService.GetAllParkingLots())));
 }