Пример #1
0
 public FarmaciaController(IGenericCoreDto <FarmaciaDto, FarmaciaEntity> core, IMapper mapper) =>
Пример #2
0
 public ControllerOperationsDto(IGenericCoreDto <TEntityDto, TEntity> genericCoreDto, IMapper mapper)
 {
     _genericCoreDto = genericCoreDto;
     _mapper         = mapper;
 }
Пример #3
0
 public LaboratorioController(IGenericCoreDto <LaboratorioDto, LaboratorioEntity> coreDto, IMapper mapper) =>