Exemplo n.º 1
0
 public RezervacijaService(MyDentalCareContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 2
0
 public KorisnikService(MyDentalCareContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 3
0
 public ClanakService(MyDentalCareContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 4
0
 public MedicinskiKartonService(MyDentalCareContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 5
0
 public PregledService(MyDentalCareContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 6
0
 public BaseService(MyDentalCareContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 7
0
 public OcjenaService(MyDentalCareContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 8
0
 public PreporukaService(MyDentalCareContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 9
0
 public BaseCRUDService(MyDentalCareContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 10
0
 public DijagnozaService(MyDentalCareContext context, IMapper mapper) : base(context, mapper)
 {
 }
Exemplo n.º 11
0
 public KategorijaService(MyDentalCareContext context, IMapper mapper) : base(context, mapper)
 {
 }