Exemple #1
0
 public string GetLeaveRecordXmlString(string strFormID)
 {
     using (EmployeeLeaveRecordBLL bll = new EmployeeLeaveRecordBLL())
     {
         return bll.GetXmlString(strFormID);
     }
 }