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