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