Beispiel #1
0
 public GenericRepository(CampaignSchedulerContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UnitOfWork(CampaignSchedulerContext context)
 {
     _context = context;
 }