public BibliotecaService()
 {
     context = new SpotiFakeContext();
 }
 public AdministradorService()
 {
     context = new SpotiFakeContext();
 }
예제 #3
0
 public LoginService()
 {
     context = new SpotiFakeContext();
 }
예제 #4
0
 public CancionService()
 {
     context = new SpotiFakeContext();
 }