login
This commit is contained in:
14
services/public/login.services.go
Normal file
14
services/public/login.services.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package public_services
|
||||
|
||||
import "cpone/db"
|
||||
|
||||
type ServicesLogin struct {
|
||||
CompanyStore db.AppStore
|
||||
}
|
||||
|
||||
func NewServicesLogin(uStore db.AppStore) *ServicesLogin {
|
||||
|
||||
return &ServicesLogin{
|
||||
CompanyStore: uStore,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user