adding certification crud to front
This commit is contained in:
@@ -201,7 +201,12 @@ const dataconnectEntityConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
Certification:{
|
Certification:{
|
||||||
|
list: 'listCertification',
|
||||||
|
get: 'getCertificationById',
|
||||||
|
create: 'createCertification',
|
||||||
|
update: 'updateCertification',
|
||||||
|
delete: 'deleteCertification',
|
||||||
|
filter: 'filterCertification',
|
||||||
},
|
},
|
||||||
|
|
||||||
Team:{
|
Team:{
|
||||||
|
|||||||
Reference in New Issue
Block a user