Пример #1
0
 public DataTable obtenerComunasXRegion(int idRegion)
 {
     return(tran.Comuna_ObtenerXRegion(idRegion));
 }