public RepositorioTabelaColuna(ContextoRankingVendas context)
     : base(
         context)
 {
     _db = context;
 }
 public RepositorioEFBase(
     ContextoRankingVendas context)
 {
     _db = context;
 }
示例#3
0
 public RepositorioUsuario(ContextoRankingVendas context)
     : base(
         context)
 {
     _db = context;
 }
 public RepositorioVendedorHistorico(ContextoRankingVendas context)
     : base(
         context)
 {
     _db = context;
 }
 public RepositorioPerfil(ContextoRankingVendas context)
     : base(
         context)
 {
     _db = context;
 }