예제 #1
0
 public UsuarioRepositorio(ProdutoIdealContext produtoIdealContext) : base(produtoIdealContext)
 {
 }
예제 #2
0
 public Repositorio(ProdutoIdealContext ProdutoIdealContext)
 {
     Entity = ProdutoIdealContext.Set <TEntity>();
     _produtoIdealContext = ProdutoIdealContext;
 }
예제 #3
0
 public PedidoRepositorio(ProdutoIdealContext ProdutoIdealContext) : base(ProdutoIdealContext)
 {
 }