CRUDController
Parameters
I
Id type of the data
E
Entity type of the data which is a CRUDEntity
M
Model type of the data which is a CRUDModel
D
DTO type of the data which is a CRUDDTO
CM
Create model type of the data which is a CRUDCreateModel
UM
Update model type of the data which is a CRUDUpdateModel
CD
Create DTO type of the data which is a CRUDCreateDTO
UD
Update DTO type of the data which is a CRUDUpdateDTO
Mapper
Mapper type of the data which is a CRUDMapper
DTOMapper
DTO mapper type of the data which is a CRUDDTOMapper
R
Repository type of the data which is a CRUDRepository
S
Service type of the data which is a CRUDService