Exemple #1
0
 public List<V_EMPLOYEEPOSTFORFB> GetEmployeeListForFB(List<V_EMPLOYEEPOSTFORFB> list)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmployeeListForFB(list).ToList();
     }
 }