Example #1
0
 public DataTable buscarEmpresa(String id)
 {
     datagrid = contacto.buscarEmpresa(Convert.ToInt32(id));
     return(datagrid);
 }