Mojtabarezaei4 / Queueomatic

A queue system that can be used for educational purposes or for any other situations where prioritization of individuals is necessary.
https://queueomatic.azurewebsites.net/
MIT License
7 stars 2 forks source link

Create participant repository #88

Closed Mojtabarezaei4 closed 1 year ago

Mojtabarezaei4 commented 1 year ago

It seems to be needed since we store the participants in the database, even though it is temporary.

The reason that I overload the UOW constructor is that we don't need to initialize the user repository when we work with participants and rooms.

Closes #87