public BaseResponse <IEnumerable <SkillOutputDto> > CreateMany([FromBody] List <SkillInputDto> skills) { return(_skillService.CreateMany(skills)); }