Example #1
0
 //获取租房人的费用 2010-6-25
 public decimal GetEmployeeHireRecordFee(string EmployeeID, int year, int month)
 {
     using (HouseHireRecord HouseRecordBll = new HouseHireRecord())
     {
         return(HouseRecordBll.GetEmployeeHireRecordFee(EmployeeID, year, month));
     }
 }
Example #2
0
 //获取租房人的费用 2010-6-25
 public decimal GetEmployeeHireRecordFee(string EmployeeID, int year, int month)
 {
     using (HouseHireRecord HouseRecordBll = new HouseHireRecord())
     {
         return HouseRecordBll.GetEmployeeHireRecordFee(EmployeeID, year, month);
     }
 }