예제 #1
0
 public List<string> FBStatisticsMassByChoose(int objectType, string objectID, decimal dSum, int year, int month, string userID, string departmentID)
 {
     using (EmployeeSalaryRecordBLL bll = new EmployeeSalaryRecordBLL())
     {
         return bll.FBStatisticsByChoose(objectType, objectID, dSum, year, month, userID, departmentID);
     }
 }