Exemplo n.º 1
0
 public DataSet ReadKeyID(string KeyIDTypeAction)
 {
     try
     {
         DAL.Common common = new DAL.Common();
         return(common.ReadRFIDKey(KeyIDTypeAction));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }