-
Notifications
You must be signed in to change notification settings - Fork 0
14 encja rezerwacja #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| [Column("reservation_start_date")] | ||
| public DateOnly reservationStartDate { get; } | ||
| [Column("reservation_end_date")] | ||
| public DateOnly reservationEndDate { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nie potrzebne
| public Reservation() | ||
| { | ||
| reservationStartDate = new(); | ||
| reservationEndDate = reservationStartDate.AddMonths(+1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rezerwacja trwa 3 dni jezeli nie jest wypozyczona a jak jest to 3 dni od oddania trzeba zrobic serwis ktory sprawdza czy nie upłynął przypadkiem czas rezerwacji na podstawie aktualnej daty
| [Column("reservation_start_date")] | ||
| public DateOnly reservationStartDate { get; } | ||
| [Column("reservation_end_date")] | ||
| public DateOnly reservationEndDate { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rezerwacja nie ma end date(zrob serwis ktory na podstawie daty sprawdza czy nie powinno sie jej zdjąć, jak jest wypozyczona to czekaj z wygasnieciem do konca wypozyczenia +3 dni, jak nie to poprostu 3 dni
| using Microsoft.OpenApi.Models; | ||
| using System.Text; | ||
| using web_library; | ||
| <<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
popraw zeby tego nie było
No description provided.