Ejemplo n.º 1
0
 public BibliotecaService()
 {
     context = new SpotiFakeContext();
 }
 public AdministradorService()
 {
     context = new SpotiFakeContext();
 }
Ejemplo n.º 3
0
 public LoginService()
 {
     context = new SpotiFakeContext();
 }
Ejemplo n.º 4
0
 public CancionService()
 {
     context = new SpotiFakeContext();
 }