public RepositorioTabelaColuna(ContextoRankingVendas context)
     : base(
         context)
 {
     _db = context;
 }
Exemplo n.º 2
0
 public RepositorioEFBase(
     ContextoRankingVendas context)
 {
     _db = context;
 }
Exemplo n.º 3
0
 public RepositorioUsuario(ContextoRankingVendas context)
     : base(
         context)
 {
     _db = context;
 }
 public RepositorioVendedorHistorico(ContextoRankingVendas context)
     : base(
         context)
 {
     _db = context;
 }
Exemplo n.º 5
0
 public RepositorioPerfil(ContextoRankingVendas context)
     : base(
         context)
 {
     _db = context;
 }