Esempio n. 1
0
 public DataTable DevicesJson_Selecionar(int rowid)
 {
     try
     {
         DaDevices OjbDAO = new DaDevices();
         return(OjbDAO.DevicesJson_Selecionar(rowid));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }