Example #1
0
 public static bool existeProveedor(long cuit)
 {
     return(DaoProveedor.existeProveedor(cuit));
 }