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