Пример #1
0
 public UserService(JeffContext context)
 {
     _context = context;
 }
Пример #2
0
 public SocialMidiaService(JeffContext context)
 {
     _context = context;
 }
Пример #3
0
 public ConfiguracaoService(JeffContext context)
 {
     _context = context;
 }