示例#1
0
 public PeopleService(QDetectDbContext context)
 {
     this.context = context;
 }
示例#2
0
 public ImageReceiverService(QDetectDbContext db, ICloudinaryService cloudinaryService)
 {
     this.db = db;
     this.cloudinaryService = cloudinaryService;
 }
示例#3
0
 public ReportService(QDetectDbContext context)
 {
     this.context = context;
 }