예제 #1
0
 public DataTable Devices_Selecionar(int rowid)
 {
     try
     {
         DaDevices OjbDAO = new DaDevices();
         return(OjbDAO.Devices_Selecionar(rowid));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }