tab view mcu bagian daftar peserta
This commit is contained in:
13
services/dev/mcudaftarpeserta.services.go
Normal file
13
services/dev/mcudaftarpeserta.services.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package dev_services
|
||||
|
||||
import "cpone/db"
|
||||
|
||||
type McuDaftarPesertaServices struct {
|
||||
McuDaftarPesertaStore db.AppStore
|
||||
}
|
||||
|
||||
func NewMcuDaftarPesertaServices(uStore db.AppStore) *McuDaftarPesertaServices {
|
||||
return &McuDaftarPesertaServices{
|
||||
McuDaftarPesertaStore: uStore,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user