Пример #1
0
 public UserService(_160304Context context, IMapper mapper, IAccountService accountService)
 {
     _context        = context;
     _mapper         = mapper;
     _accoutnService = accountService;
 }
Пример #2
0
 public OrderService(_160304Context context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #3
0
 public HallsService(_160304Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public CinemaDayMovieService(_160304Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #5
0
 public AirinDaysOfCinemaService(_160304Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #6
0
 public AppointmentsService(_160304Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #7
0
 public AccountService(_160304Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #8
0
 public SubscriptionService(_160304Context context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #9
0
 public ProductsService(_160304Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #10
0
 public AnalyticsService(_160304Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #11
0
 public RotationsService(_160304Context context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #12
0
 public NotificationService(_160304Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #13
0
 public BaseCRUDService(_160304Context context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #14
0
 public InitializeService(_160304Context context)
 {
     _context = context;
 }
Пример #15
0
 public AiringDayService(_160304Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #16
0
 public Helper(_160304Context context)
 {
     _context = context;
 }