예제 #1
0
 public AutorController(NoticiaDBContext noticiaDbContext)
 {
     _noticiaDbContext = noticiaDbContext;
 }
예제 #2
0
 public NoticiaServices(NoticiaDBContext noticiaDBContext)
 {
     _noticiaDBContext = noticiaDBContext;
 }
예제 #3
0
 public NoticiaController(NoticiaDBContext noticiaDbContext)
 {
     _noticiaDbContext = noticiaDbContext;
 }