Skip to content

Commit

Permalink
proyecto de pruebas terminado
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeisson Andres Palacio Velasquez committed Sep 8, 2020
1 parent 59cbba1 commit d05ac3f
Show file tree
Hide file tree
Showing 9 changed files with 566 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/bloc/logic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ class ProcessesLogic{


int calculateRent(int days, int carPrice, int polizaPrice) {
print(days);
print(carPrice);
print(polizaPrice);
return (carPrice * days) + polizaPrice;
}

Expand Down
Loading

0 comments on commit d05ac3f

Please sign in to comment.