Example #1
0
 public NoticiaService(NoticiasContext ctx)
 {
     _ctx = ctx;
 }
Example #2
0
 public NoticiasController(NoticiasContext context)
 {
     _context = context;
 }