Cambio base Cartola/Banco e implementacion de Itau

This commit is contained in:
2024-01-17 16:19:38 -03:00
parent ecdb67a9ab
commit d1d3705a7b
6 changed files with 137 additions and 12 deletions

View File

@ -6,4 +6,5 @@ use Psr\Http\Message\UploadedFileInterface;
interface Banco
{
public function process(UploadedFileInterface $file): array;
}