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