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