示例#1
0
 public void unirVista(IPedidoView vista)
 {
     this.vista = vista;
 }
 internal void unirVista(IPedidoView vista)
 {
     view = vista;
 }