示例#1
0
 public PedidoRepository(EntityContext context)
 {
     this._context = context;
 }
 public ProdutoRepository(EntityContext context)
 {
     this._context = context;
 }