Example #1
0
 public MonthTypeHandler()
 {
     monthTypeDb = new MonthTypeDBAccess();
 }
Example #2
0
 public List <BaseMonthlyInformation> GetListBaseMonthlyInformation()
 {
     BaseMonthlyInformationList = new MonthTypeDBAccess().GetListBaseMonthlyInformation(this.MonthTypeID);
     return(BaseMonthlyInformationList);
 }
Example #3
0
 public List <ContractualEmployeeReward> GetListContractualEmployeeReward()
 {
     ContractualEmployeeRewardList = new MonthTypeDBAccess().GetListContractualEmployeeReward(this.MonthTypeID);
     return(ContractualEmployeeRewardList);
 }
Example #4
0
 public List <DepartmentMonthlyInformation> GetListDepartmentMonthlyInformation()
 {
     DepartmentMonthlyInformationList = new MonthTypeDBAccess().GetListDepartmentMonthlyInformation(this.MonthTypeID);
     return(DepartmentMonthlyInformationList);
 }