add tab view kepesertaan
This commit is contained in:
13
services/corporate/mcudetail/tabkepesertaan.services.go
Normal file
13
services/corporate/mcudetail/tabkepesertaan.services.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package mcu_corporate_services
|
||||
|
||||
import "cpone/db"
|
||||
|
||||
type TabKepersertaanServices struct {
|
||||
TabKepersertaanServiceStore db.AppStore
|
||||
}
|
||||
|
||||
func NewTabKepersertaanService(store db.AppStore) *TabKepersertaanServices {
|
||||
return &TabKepersertaanServices{
|
||||
TabKepersertaanServiceStore: store,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user