Example #1
0
 public List <string> IvalidarCaracteres(List <BEVentas> lstRegistros)
 {
     return(BL.validarCaracteres(lstRegistros));
 }