Example #1
0
 public List <OfficialEmployeeReward> GetListOfficialEmployeeReward(int monthTypeID)
 {
     return(monthTypeDb.GetListOfficialEmployeeReward(monthTypeID));
 }