Exemplo n.º 1
0
 public ImageService(IImageRepository repository, AspPostgreSQLContext context, IMapper mapper)
 {
     _repository = repository;
     _context    = context;
     _mapper     = mapper;
 }
Exemplo n.º 2
0
 public CatalogService(ICatalogRepository repository, AspPostgreSQLContext context, IMapper mapper)
 {
     _repository = repository;
     _context    = context;
     _mapper     = mapper;
 }