You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
263 B

3 years ago
  1. entity OrganismeFormation {
  2. nom String,
  3. telephone String,
  4. adresse String,
  5. description String,
  6. }
  7. service OrganismeFormation with serviceClass
  8. microservice * with OrganismeFormation
  9. paginate OrganismeFormation with pagination
  10. dto * with mapstruct