public ClienteRepository(OrionTekDbContext context)
 {
     _context = context;
 }
 public EmpresaRepository(OrionTekDbContext context)
 {
     _context = context;
 }
示例#3
0
 public DireccionRepository(OrionTekDbContext context)
 {
     _context = context;
 }