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