Esempio n. 1
0
 public JobApplicantService(KeepFitDbContext context, IMapper mapper, IMyCloudinary cloudinary)
 {
     this.context    = context;
     this.mapper     = mapper;
     this.cloudinary = cloudinary;
 }
Esempio n. 2
0
 public ProductsService(KeepFitDbContext context, IMapper mapper, IMyCloudinary cloudinary)
 {
     this.context    = context;
     this.mapper     = mapper;
     this.cloudinary = cloudinary;
 }