public MovimientoRepository()
 {
     context = new IpadsUPCEntities();
 }
Exemple #2
0
 public MultaRepository()
 {
     context = new IpadsUPCEntities();
 }
Exemple #3
0
 public SedeRepository()
 {
     context = new IpadsUPCEntities();
 }
Exemple #4
0
 public UsuarioRepository()
 {
     context = new IpadsUPCEntities();
 }
 public BibliotecarioRepository()
 {
     context = new IpadsUPCEntities();
 }