Exemplo n.º 1
0
 public V_EMPLOYEEVIEW GetEmpOrgInfoByID(string employeeID, string postID, string departmentID, string companyID)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetEmpOrgInfoByID(employeeID, postID, departmentID, companyID);
     }
 }