add hardcode tab daftar peserta
This commit is contained in:
13
services/corporate/mcudetail/tabdaftarpeserta.services.go
Normal file
13
services/corporate/mcudetail/tabdaftarpeserta.services.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package mcu_corporate_services
|
||||
|
||||
import "cpone/db"
|
||||
|
||||
type TabDaftarPesertaServices struct {
|
||||
TabDaftarPesertaStore db.AppStore
|
||||
}
|
||||
|
||||
func NewTabDaftarPesertaServices(uStore db.AppStore) *TabDaftarPesertaServices {
|
||||
return &TabDaftarPesertaServices{
|
||||
TabDaftarPesertaStore: uStore,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user