Exemple #1
0
 public SqlDataMovimentacao(InvestimentoDbContext db)
 {
     this.db = db;
 }
Exemple #2
0
 public SqlDataFundo(InvestimentoDbContext db)
 {
     this.db = db;
 }
Exemple #3
0
 public AplicaMovimentacao(InvestimentoDbContext db)
 {
     this.db = db;
 }