Example #1
0
 public RepositoryBase(FundosInvestimentoContext fundosInvestimentoContext)
 {
     _db = fundosInvestimentoContext;
 }
Example #2
0
 public FundosRepository(FundosInvestimentoContext options) : base(options)
 {
 }
Example #3
0
 public AplicacaoResgateRepository(FundosInvestimentoContext options) : base(options)
 {
 }