Exemple #1
0
 public List <EmployeeLogs> SearchUserLogs(string UserIDs, string Status, string PeriodFrom, string PeriodTo, string IPAddress, string SearchFilter)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.SearchUserLogs(UserIDs, Status, PeriodFrom, PeriodTo, IPAddress, SearchFilter));
     }
     catch (Exception)
     {
         throw;
     }
 }