Пример #1
0
 public JobApplicantService(KeepFitDbContext context, IMapper mapper, IMyCloudinary cloudinary)
 {
     this.context    = context;
     this.mapper     = mapper;
     this.cloudinary = cloudinary;
 }
Пример #2
0
 public ProductsService(KeepFitDbContext context, IMapper mapper, IMyCloudinary cloudinary)
 {
     this.context    = context;
     this.mapper     = mapper;
     this.cloudinary = cloudinary;
 }