示例#1
0
 public EfNotificationViewRepository(DDDCinemaReadonly context)
 {
     _context = context;
 }
 public EfPromotionsViewRepository(DDDCinemaReadonly context, ICurrentUserProvider provider)
 {
     _context  = context;
     _provider = provider;
 }
 public EfNotificationViewRepository(DDDCinemaReadonly context)
 {
     _context = context;
 }
 public EfApprovalsViewRepository(DDDCinemaReadonly context, ICurrentUserProvider provider)
 {
     _context = context;
     _provider = provider;
 }