public CompraRepository(ConextDB context)
 {
     this.context = context;
 }
 public UsuarioRepository(ConextDB context)
 {
     this.context = context;
 }
Example #3
0
 public PessoaRepository(ConextDB context)
 {
     this.context = context;
 }