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