public JobApplicantService(KeepFitDbContext context, IMapper mapper, IMyCloudinary cloudinary) { this.context = context; this.mapper = mapper; this.cloudinary = cloudinary; }
public ProductsService(KeepFitDbContext context, IMapper mapper, IMyCloudinary cloudinary) { this.context = context; this.mapper = mapper; this.cloudinary = cloudinary; }