Exemple #1
0
 public ClienteRepos(AlocacaoContext alocacaoContext) : base(alocacaoContext)
 {
 }
 public AlocacaoRepos(AlocacaoContext alocacaoContext) : base(alocacaoContext)
 {
 }
 public BaseRepositorio(AlocacaoContext alocacaoContext)
 {
     _alocacaoContext = alocacaoContext;
 }
Exemple #4
0
 public VeiculoRepos(AlocacaoContext alocacaoContext) : base(alocacaoContext)
 {
 }
Exemple #5
0
 public UsuarioRepos(AlocacaoContext alocacaoContext) : base(alocacaoContext)
 {
 }