コード例 #1
0
 public MainOfficeTypeHandler()
 {
     mainOfficeTypeDb = new MainOfficeTypeDBAccess();
 }
コード例 #2
0
	public List<Department> GetListDepartment()
	{
		DepartmentList = new MainOfficeTypeDBAccess().GetListDepartment(this.MainOfficeTypeID);
		return DepartmentList;
	}
コード例 #3
0
	public List<OfficialEmployeeReward> GetListOfficialEmployeeReward()
	{
		OfficialEmployeeRewardList = new MainOfficeTypeDBAccess().GetListOfficialEmployeeReward(this.MainOfficeTypeID);
		return OfficialEmployeeRewardList;
	}
コード例 #4
0
	public List<BaseMonthlyInformation> GetListBaseMonthlyInformation()
	{
		BaseMonthlyInformationList = new MainOfficeTypeDBAccess().GetListBaseMonthlyInformation(this.MainOfficeTypeID);
		return BaseMonthlyInformationList;
	}