예제 #1
0
 public UsuarioRepository(desarrollodeinterfacesContext context)
 {
     _context = context;
 }
 public VentaRepository(desarrollodeinterfacesContext context)
 {
     _context = context;
 }
예제 #3
0
 public UsuarioRepositorio(desarrollodeinterfacesContext context)
 {
     this.context = context;
 }
예제 #4
0
 public VentaRepositorio(desarrollodeinterfacesContext context)
 {
     this.context = context;
 }