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