1. Add new table Message in the DB: MessageId DriverId Text CreatedDate ... DeletedBy 2. create dal and controller for writing to the table 3. write to it each time when arrived new chance message 4. write to it each time when arrived new request parking message
Add new table Message in the DB:
MessageId
DriverId
Text
CreatedDate
...
DeletedBy
create dal and controller for writing to the table
write to it each time when arrived new chance message
write to it each time when arrived new request parking message