Exemplo n.º 1
0
 public BaseCRUDService(IMapper mapper, firstTryContext context) : base(mapper, context)
 {
 }
 public VrstaPartneraService(IMapper mapper, firstTryContext context)
 {
     _mapper  = mapper;
     _context = context;
 }
Exemplo n.º 3
0
 public PartneriService(IMapper mapper, firstTryContext context) : base(mapper, context)
 {
 }
Exemplo n.º 4
0
 public KorisniciService(IMapper mapper, firstTryContext context)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemplo n.º 5
0
 public ChatHub(firstTryContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public BaseService(IMapper mapper, firstTryContext context)
 {
     _mapper  = mapper;
     _context = context;
 }