示例#1
0
 public DataSet SelectCategory(String ShowAllocationID)
 {
     try
     {
         if (SecurityHeaderValidation.Validate(objSecurity))
         {
             return(VistaDAL.SelectCategory(ShowAllocationID));
         }
     }
     catch (Exception ex)
     {
         Microsoft.Practices.EnterpriseLibrary.Logging.Logger.Write(ex.Message);
     }
     return(null);
 }