client md result non lab
This commit is contained in:
15
services/client/mdresultnonlab.services.go
Normal file
15
services/client/mdresultnonlab.services.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package client_services
|
||||
|
||||
import "cpone/db"
|
||||
|
||||
type ServicesMdResultNonLab struct {
|
||||
MdResultNonLabStore db.AppStore
|
||||
}
|
||||
|
||||
func NewServicesMdResultNonLab(uStore db.AppStore) *ServicesMdResultNonLab {
|
||||
|
||||
return &ServicesMdResultNonLab{
|
||||
|
||||
MdResultNonLabStore: uStore,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user