public CancionService(IContextoDB contextoDB)
 {
     _contextoDB = contextoDB;
 }
 public ColegioService(IContextoDB contextoDB)
 {
     _contextoDB = contextoDB;
 }
 public AlbumService(IContextoDB contextoDB)
 {
     _contextoDB = contextoDB;
 }
Пример #4
0
 public AlumnoService(IContextoDB contextoDB)
 {
     _contextoDB = contextoDB;
 }
Пример #5
0
 public ProfesorService(IContextoDB contextoDB)
 {
     _contextoDB = contextoDB;
 }
 public AutorService(IContextoDB contextoDB)
 {
     _contextoDB = contextoDB;
 }
Пример #7
0
 public ClaseService(IContextoDB contextoDB)
 {
     _contextoDB = contextoDB;
 }