예제 #1
0
 public static DataTable Get_FirewallLog_Export(int UserID, DateTime?FromDate, DateTime?ToDate, string DateFilterType, DataTable Category, DataTable IP, DataTable UserName)
 {
     try
     {
         return(DAL_Infra_FirewallLog.Get_FirewallLog_Export_DL(UserID, FromDate, ToDate, DateFilterType, Category, IP, UserName));
     }
     catch
     {
         throw;
     }
 }
예제 #2
0
 public static DataSet Get_FirewallLog(int UserID, DateTime?FromDate, DateTime?ToDate, string DateFilterType, DataTable Category, DataTable IP, DataTable UserName, int?PAGE_NUMBER, int?PAGE_SIZE, ref int isFetchCount)
 {
     try
     {
         return(DAL_Infra_FirewallLog.Get_FirewallLog_DL(UserID, FromDate, ToDate, DateFilterType, Category, IP, UserName, PAGE_NUMBER, PAGE_SIZE, ref isFetchCount));
     }
     catch
     {
         throw;
     }
 }