Exemplo n.º 1
0
 public UserService(ConferenceContext context, ICryptographyService cryptographyService)
 {
     _context = context;
     _cryptographyService = cryptographyService;
 }
Exemplo n.º 2
0
 public SessionService(ConferenceContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public Logger(ConferenceContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public ImageService(ConferenceContext context)
 {
     _context = context;
 }