mdeslippe / easy-tracker

Easy Tracker is a web-based utility that enables users to easily monitor the current and historical status of their digital services.
1 stars 0 forks source link

Create a User Service Trait #32

Closed mdeslippe closed 1 year ago

mdeslippe commented 1 year ago

Create a UserService trait that has functions to do the following: 1) Insert a user. 2) Get a user by id. 3) Get a user by username. 4) Get a user by email address. 5) Update a user. 6) Delete a user.