public EmployeeCommonStatisticsBackPresenter
     (ReimburseStatisticsIPresenter.IEmployeeCommonStatisticsView iEmployeeCommonStatisticsView,
     Account loginUser)
     : base(iEmployeeCommonStatisticsView, loginUser)
 {
     _Operator = loginUser;
 }
Exemple #2
0
 public EmployeeCommonStatisticsPresenter
     (ReimburseIPresenter.IEmployeeCommonStatisticsView iEmployeeCommonStatisticsView, Account _operator)
 {
     _IEmployeeCommonStatisticsView = iEmployeeCommonStatisticsView;
     _Operator = _operator;
 }