Ejemplo n.º 1
0
 public int GetInserviceEmployeeCount(string strOwnerID, string strOrgType, string strOrgID, DateTime dtCheckDate, ref string strMsg)
 {
     using (EmployeeBLL bll = new EmployeeBLL())
     {
         return bll.GetInserviceEmployeeCount(strOwnerID, strOrgType, strOrgID, dtCheckDate, ref strMsg);
     }
 }