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