Пример #1
0
 public List <M_Employee> GetEmployeebyId(long empId)
 {
     try
     {
         return(iempDa.GetEmployeebyId(empId));
     }
     catch (Exception)
     {
         return(new List <M_Employee>());
     }
 }