Ejemplo n.º 1
0
 public ClienteRepos(AlocacaoContext alocacaoContext) : base(alocacaoContext)
 {
 }
Ejemplo n.º 2
0
 public AlocacaoRepos(AlocacaoContext alocacaoContext) : base(alocacaoContext)
 {
 }
Ejemplo n.º 3
0
 public BaseRepositorio(AlocacaoContext alocacaoContext)
 {
     _alocacaoContext = alocacaoContext;
 }
Ejemplo n.º 4
0
 public VeiculoRepos(AlocacaoContext alocacaoContext) : base(alocacaoContext)
 {
 }
Ejemplo n.º 5
0
 public UsuarioRepos(AlocacaoContext alocacaoContext) : base(alocacaoContext)
 {
 }