Class FormsServiceImpl


@Service public class FormsServiceImpl extends FormsService<FormsRepository,FormsEntity>
  • Constructor Details

    • FormsServiceImpl

      @Autowired public FormsServiceImpl(FormsRepository formsRepository)