public FarmaciaController(IGenericCoreDto <FarmaciaDto, FarmaciaEntity> core, IMapper mapper) =>
public ControllerOperationsDto(IGenericCoreDto <TEntityDto, TEntity> genericCoreDto, IMapper mapper) { _genericCoreDto = genericCoreDto; _mapper = mapper; }
public LaboratorioController(IGenericCoreDto <LaboratorioDto, LaboratorioEntity> coreDto, IMapper mapper) =>