예제 #1
0
 public ValidarExistenciaStatusPedidoConsultar(IDAO _daoStatusPedido)
 {
     daoStatusPedido = (DAOStatusPedido)_daoStatusPedido;
 }