예제 #1
0
 public AutorService(NoticieroDbContext noticieroDbContext)
 {
     _NoticieroDbContext = noticieroDbContext;
 }
예제 #2
0
 public NoticiaService(NoticieroDbContext noticieroDbContext)
 {
     _NoticieroDbContext = noticieroDbContext;
 }