コード例 #1
0
 public DataTable verDepartamento()
 {
     datagrid = contacto.mostrarDepartamento();
     return(datagrid);
 }