Пример #1
0
 public YearTypeHandler()
 {
     yearTypeDb = new YearTypeDBAccess();
 }
Пример #2
0
 public List <BaseMonthlyInformation> GetListBaseMonthlyInformation()
 {
     BaseMonthlyInformationList = new YearTypeDBAccess().GetListBaseMonthlyInformation(this.YearTypeID);
     return(BaseMonthlyInformationList);
 }
Пример #3
0
 public List <ContractualEmployeeReward> GetListContractualEmployeeReward()
 {
     ContractualEmployeeRewardList = new YearTypeDBAccess().GetListContractualEmployeeReward(this.YearTypeID);
     return(ContractualEmployeeRewardList);
 }
Пример #4
0
 public List <DepartmentMonthlyInformation> GetListDepartmentMonthlyInformation()
 {
     DepartmentMonthlyInformationList = new YearTypeDBAccess().GetListDepartmentMonthlyInformation(this.YearTypeID);
     return(DepartmentMonthlyInformationList);
 }