public List<DepartmentMonthlyInformation> GetListByDepartmentMonthlyInformationYearTypeIDMonthTypeID(int yearTypeID,int monthTypeID)
	{
		return departmentMonthlyInformationDb.GetListByDepartmentMonthlyInformationYearTypeIDMonthTypeID(yearTypeID,monthTypeID);
	}