Exemplo n.º 1
0
 public DataSet EclockSetupSave()
 {
     try
     {
         DAL.Common common = new DAL.Common();
         return(common.ElockSetupSave(this));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }