client dashboard
This commit is contained in:
15
services/client/clientdashboard.services.go
Normal file
15
services/client/clientdashboard.services.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package client_services
|
||||
|
||||
import "cpone/db"
|
||||
|
||||
type ServicesClientDashboard struct {
|
||||
CLientDashboardStore db.AppStore
|
||||
}
|
||||
|
||||
func NewServicesClientDashboard(uStore db.AppStore) *ServicesClientDashboard {
|
||||
|
||||
return &ServicesClientDashboard{
|
||||
|
||||
CLientDashboardStore: uStore,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user