示例#1
0
 public ActivityRepository(IMarketoDbContext context)
 {
     _context = context;
 }
 public TokenRepository(IMarketoDbContext context)
 {
     _context = context;
 }
 public ExportJobRespository(IMarketoDbContext context)
 {
     _context = context;
 }
 public LeadRepository(IMarketoDbContext context)
 {
     _context = context;
 }