Пример #1
0
 public static void Init(_170048Context context)
 {
     context.Database.Migrate();
 }
 public PutnikService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public NotifikacijaService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public LinijaService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public KorisniciService(_170048Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #6
0
 public RezervacijaService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #7
0
 public PreporukaService(_170048Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #8
0
 public CijenaService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #9
0
 public SjedisteService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #10
0
 public BaseCRUDService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #11
0
 public BaseService(_170048Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #12
0
 public static void Init(_170048Context context)
 {
     //if(context.Drzava.Count() == 0) // ovo sam dodao i radi
     context.Database.Migrate();
 }
Пример #13
0
 public NovostiService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
Пример #14
0
 public GradService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public AngazujeService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public PutnikNotifikacijeService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }