예제 #1
0
 public List<string> FilterStandard(string year, string month)
 {
     using (EmployeeSalaryRecordBLL bll = new EmployeeSalaryRecordBLL())
     {
         return bll.FilterStandard(year, month);
     }
 }