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