예제 #1
0
 public object Devices_Lista()
 {
     try
     {
         DaDevices OjbDAO = new DaDevices();
         return(OjbDAO.Devices_Lista());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }