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