public ProfileService(BujarDbContext dbContext) { this.dbContext = dbContext; }
public BlogService(BujarDbContext context) { dbContext = context; }