public IActionResult GetAll() { return(Ok(_palletRepository.GetAll())); }
public static List <Pallet> GetAll() { return(repository.GetAll()); }