Beispiel #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;
 }
Beispiel #6
0
 public RezervacijaService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #7
0
 public PreporukaService(_170048Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #8
0
 public CijenaService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public SjedisteService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #10
0
 public BaseCRUDService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #11
0
 public BaseService(_170048Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #12
0
 public static void Init(_170048Context context)
 {
     //if(context.Drzava.Count() == 0) // ovo sam dodao i radi
     context.Database.Migrate();
 }
Beispiel #13
0
 public NovostiService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
Beispiel #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)
 {
 }