company under development
This commit is contained in:
15
services/corporate/company.services.go
Normal file
15
services/corporate/company.services.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package corporate_services
|
||||
|
||||
import "cpone/db"
|
||||
|
||||
type ServicesCompany struct {
|
||||
CompanyStore db.AppStore
|
||||
}
|
||||
|
||||
func NewServicesCompany(uStore db.AppStore) *ServicesCompany {
|
||||
|
||||
return &ServicesCompany{
|
||||
|
||||
CompanyStore: uStore,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user