client harga panel

This commit is contained in:
sindhu
2024-05-09 13:57:18 +07:00
parent 2b6a524e48
commit 15d66cb80a
5 changed files with 216 additions and 0 deletions

View 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,
}
}