public AutorService(NoticieroDbContext noticieroDbContext)
 {
     _NoticieroDbContext = noticieroDbContext;
 }
Example #2
0
 public NoticiaService(NoticieroDbContext noticieroDbContext)
 {
     _NoticieroDbContext = noticieroDbContext;
 }