public VysetreniaService(MedSystemDatabaseContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public UzivateliaService(MedSystemDatabaseContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Exemple #3
0
 public OsobyService(MedSystemDatabaseContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }