예제 #1
0
 public ImageService(IImageRepository repository, AspPostgreSQLContext context, IMapper mapper)
 {
     _repository = repository;
     _context    = context;
     _mapper     = mapper;
 }
예제 #2
0
 public CatalogService(ICatalogRepository repository, AspPostgreSQLContext context, IMapper mapper)
 {
     _repository = repository;
     _context    = context;
     _mapper     = mapper;
 }