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