示例#1
0
 public UserService(JeffContext context)
 {
     _context = context;
 }
 public SocialMidiaService(JeffContext context)
 {
     _context = context;
 }
 public ConfiguracaoService(JeffContext context)
 {
     _context = context;
 }