Exemple #1
0
 public List <EmployeeLogs> LoginAdministration(string UserName, string SearchFilter)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.LoginAdministration(UserName, SearchFilter));
     }
     catch (Exception)
     {
         throw;
     }
 }