コード例 #1
0
 private void InitializeSession()
 {
     try
     {
         _PromotionEmpList  = new CustomList <TransferAndPromotionHistory>();
         _PromotionCriteria = new CustomList <TransferAndPromotionHistory>();
         _PromotionEmpList  = manager.GetAllEmpForPromotionApproval();
         _PromotionCriteria = manager.GetAllPromotionApproval();
     }
     catch (Exception ex)
     {
         throw (ex);
     }
 }