Exemplo n.º 1
0
 public AdService(PazarDbContext db, IMapper mapper, ILoggedUserService user, IPublisher publisher)
 {
     this.db        = db;
     this.mapper    = mapper;
     this.user      = user;
     this.publisher = publisher;
 }
Exemplo n.º 2
0
 public CategoryService(PazarDbContext db, IMapper mapper)
 {
     this.db     = db;
     this.mapper = mapper;
 }