コード例 #1
0
 public static void Init(_170048Context context)
 {
     context.Database.Migrate();
 }
コード例 #2
0
 public PutnikService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #3
0
 public NotifikacijaService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #4
0
 public LinijaService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
コード例 #5
0
 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)
 {
 }
コード例 #15
0
 public AngazujeService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }
 public PutnikNotifikacijeService(_170048Context context, IMapper mapper) : base(context, mapper)
 {
 }